Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Sep 3, 2024
1 parent b0f49ef commit 903ec80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/manager/schains_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_schain_get_object(skale, schain):
assert schain_struct.part_of_node == 1
assert schain_struct.lifetime == 3600
assert schain_struct.deposit == 0
assert schain_struct.generation == 0
assert schain_struct.generation == 1
assert schain_struct.options == SchainOptions(
multitransaction_mode=False,
threshold_encryption=False,
Expand Down

0 comments on commit 903ec80

Please sign in to comment.