This commit is contained in:
Tnze
2022-05-19 16:29:43 +08:00
parent 1ee452ff5f
commit a87e933f8a

View File

@ -41,7 +41,7 @@ func TestEncoder_Encode_intArray(t *testing.T) {
} }
} }
func TestENcoder_encodeInt8(t *testing.T) { func TestEncoder_encodeInt8(t *testing.T) {
// Test marshal pure Int array // Test marshal pure Int array
v := []int8{0, -10, 3} v := []int8{0, -10, 3}
out := []byte{ out := []byte{