Skip to content

Commit

Permalink
- changed test
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau committed Oct 23, 2023
1 parent 83c55f3 commit 1a5c79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/outport/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func TestGetBody(t *testing.T) {
require.Nil(t, receivedBody)
require.Equal(t, errNilBodyHandler, err)

body := &block.Body{}
var body data.BodyHandler = &block.Body{}
receivedBody, err = GetBody(body)
require.Nil(t, err)
require.Equal(t, body, receivedBody)
Expand Down

0 comments on commit 1a5c79a

Please sign in to comment.