Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
katamarinaki committed Oct 3, 2023
1 parent 606ec0d commit 12b0682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/test_node_operators_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def test_nor_state(contract):
assert node_operator["totalVettedValidators"] <= node_operator["totalAddedValidators"]

node_operator_summary = contract.getNodeOperatorSummary(id)
exited_node_operators = [12, 1] # vote 03-10-23
exited_node_operators = [12, 1] # NO id 12 was added on vote 23-05-23, NO id 1 was added on vote 03-10-23
if id in exited_node_operators:
assert (
node_operator_summary["isTargetLimitActive"] is True
Expand Down

0 comments on commit 12b0682

Please sign in to comment.