Skip to content

Commit

Permalink
mac
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Oct 8, 2024
1 parent 56573ff commit f50a936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/rlp/test_api_usage.nim
Original file line number Diff line number Diff line change
Expand Up @@ -260,5 +260,6 @@ suite "test api usage":

test "encodeInt basics":
for i in [uint64 0, 1, 10, 100, 1000, uint64.high]:
debugEcho "buf test: ", encodeInt(i).buf
check:
encode(i) == encodeInt(i).data()

0 comments on commit f50a936

Please sign in to comment.