Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Sep 16, 2024
1 parent 861c173 commit 33122b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_arraybuf.nim
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ suite "ArrayBuf":
v[0] == 1
v.len == 1
v.setLen(2)
doAssert v.data() == [byte 0, 1]
doAssert v.data() == [byte 1, 0]

0 comments on commit 33122b9

Please sign in to comment.