Skip to content

Commit

Permalink
SKALE-4942 Fix schain internal tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrotkk committed Feb 15, 2022
1 parent 7147a66 commit 8c5d34e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/manager/schains_internal_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def test_get_schains_number(skale):


def test_get_schain_list_size(skale, empty_account):
create_clean_schain(skale)
list_size = skale.schains_internal.get_schain_list_size(skale.wallet.address)
empty_list_size = skale.schains_internal.get_schain_list_size(empty_account.address)

Expand All @@ -30,6 +31,7 @@ def test_get_schain_list_size(skale, empty_account):


def test_get_schain_id_by_index_for_owner(skale):
create_clean_schain(skale)
schain_id = skale.schains_internal.get_schain_id_by_index_for_owner(
skale.wallet.address, 0
)
Expand Down

0 comments on commit 8c5d34e

Please sign in to comment.