Skip to content

Commit

Permalink
fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
alovak committed Feb 14, 2022
1 parent 14ecbbf commit a65417b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions field/composite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ func TestCompositePacking(t *testing.T) {
composite := NewComposite(compositeTestSpec)

_, err := composite.Unpack([]byte("ABCD12"))
require.NoError(t, err)

data := &TestDataIncorrectType{}
err = composite.Unmarshal(data)
Expand Down

0 comments on commit a65417b

Please sign in to comment.