Skip to content

Commit 64aebae

Browse files
committed
fix timestamp test
1 parent 560ab8f commit 64aebae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bson/element_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,7 @@ func TestElement(t *testing.T) {
14861486
start: 0, offset: 2,
14871487
data: []byte{0x11, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x1, 0x00, 0x0},
14881488
}},
1489-
255, 256, nil,
1489+
256, 255, nil,
14901490
},
14911491
}
14921492

0 commit comments

Comments
 (0)