Skip to content

Commit

Permalink
fix: acceptance test_node_operators_registry
Browse files Browse the repository at this point in the history
  • Loading branch information
katamarinaki committed Oct 3, 2023
1 parent 12b0682 commit 84e346e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/acceptance/test_node_operators_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ def test_nor_state(contract):
else:
assert node_operator_summary["isTargetLimitActive"] is False, f"isTargetLimitActive is active for node {id}"
assert node_operator_summary["targetValidatorsCount"] == 0
assert node_operator_summary["stuckValidatorsCount"] == 0
# Can be more than 0 in regular protocol operations
# assert node_operator_summary["stuckValidatorsCount"] == 0
assert node_operator_summary["refundedValidatorsCount"] == 0
assert node_operator_summary["stuckPenaltyEndTimestamp"] == 0

Expand Down

0 comments on commit 84e346e

Please sign in to comment.