Skip to content

Commit a65417b

Browse files
committed
fix linter error
1 parent 14ecbbf commit a65417b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

field/composite_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ func TestCompositePacking(t *testing.T) {
362362
composite := NewComposite(compositeTestSpec)
363363

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

366367
data := &TestDataIncorrectType{}
367368
err = composite.Unmarshal(data)

0 commit comments

Comments
 (0)