Skip to content

Commit

Permalink
Fix node exit test
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Oct 17, 2023
1 parent 742422f commit 5761a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/manager/node_rotation_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def test_is_rotation_active(skale, four_node_schain):
assert skale.node_rotation.is_rotation_in_progress(name)
assert skale.node_rotation.is_rotation_active(name)

_skip_evm_time(skale_instances[0].web3, TEST_ROTATION_DELAY)
_skip_evm_time(skale.web3, TEST_ROTATION_DELAY)

assert skale.node_rotation.is_new_node_found(name)
assert not skale.node_rotation.is_rotation_in_progress(name)
Expand Down

0 comments on commit 5761a9c

Please sign in to comment.