Skip to content

Commit

Permalink
fix smallint test
Browse files Browse the repository at this point in the history
  • Loading branch information
illia-li committed Oct 4, 2024
1 parent 9c4defb commit 96d13c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marshal_3_smallint_corrupt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func TestMarshalSmallintCorrupt(t *testing.T) {

serialization.NegativeUnmarshalSet{
Data: []byte("\x01\x00"),
Values: mod.Values{int8(0)}.AddVariants(mod.All...),
Values: mod.Values{uint8(0)}.AddVariants(mod.All...),
}.Run("small_type_uint_256", t, unmarshal)

serialization.NegativeUnmarshalSet{
Expand Down

0 comments on commit 96d13c3

Please sign in to comment.