Skip to content

Commit 9b61d61

Browse files
committed
try to fix unit test again
Signed-off-by: lance6716 <[email protected]>
1 parent 78157e3 commit 9b61d61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

serialization/serialization.go

+1
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ func Unmarshal(data []byte, v interface{}) error {
225225
continue
226226
}
227227
m.Fields[i].ID = data[pos] >> 1
228+
pos++
228229
n, err := m.Fields[i].Type.decode(data, pos)
229230
if err != nil {
230231
return err

0 commit comments

Comments
 (0)