Skip to content

Commit

Permalink
fixup! test: assert when wait_until_height skips a block
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPiechota committed Dec 24, 2024
1 parent 5ece1c4 commit 7f357e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/arweave/test/ar_test_node.erl
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,6 @@ wait_until_height(TargetHeight) ->
100,
?WAIT_UNTIL_BLOCK_HEIGHT_TIMEOUT
),
?assertEqual(TargetHeight, ar_node:get_height()),
BI.

assert_wait_until_height(Node, TargetHeight) ->
Expand Down

0 comments on commit 7f357e1

Please sign in to comment.