Skip to content

Commit

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

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

0 comments on commit 56573ff

Please sign in to comment.