Skip to content

Commit e54c402

Browse files
committed
lint fix
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
1 parent 0e41370 commit e54c402

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

token/core/common/encoding/asn1/asn1_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ func TestArray(t *testing.T) {
227227
a2, err := NewArrayWithNew[*Rectangle](func() *Rectangle {
228228
return &Rectangle{}
229229
})
230+
assert.NoError(t, err)
230231
assert.NoError(t, a2.Deserialize(raw))
231232
assert.Equal(t, a1.Values, a2.Values)
232233
}

0 commit comments

Comments
 (0)