Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Jan 1, 2024
1 parent 6269e3b commit 3ae004a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_logs.nim
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ suite "Logs":
sender: Address, value: UInt256)
{.raises: [], gcsafe.}:
try:
echo "onEvent: ", sender, " value ", value
echo "onEvent: ", sender, " value ", value.toHex
inc notificationsReceived

if notificationsReceived == invocationsBefore + invocationsAfter:
Expand Down

0 comments on commit 3ae004a

Please sign in to comment.