Skip to content

Commit bb01ef7

Browse files
committed
update tests
1 parent ff0466b commit bb01ef7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

tests/e2e_tests/test_staking_sudo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def test_staking(local_chain, wallet_setup):
5252
wallet_alice.name,
5353
"--wallet-hotkey",
5454
wallet_alice.hotkey_str,
55-
"--name",
55+
"--subnet-name",
5656
"Test Subnet",
5757
"--repo",
5858
"https://github.com/username/repo",

tests/e2e_tests/test_unstaking.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def test_unstaking(local_chain, wallet_setup):
4646
wallet_alice.name,
4747
"--wallet-hotkey",
4848
wallet_alice.hotkey_str,
49-
"--name",
49+
"--subnet-name",
5050
"Test Subnet 2",
5151
"--repo",
5252
"https://github.com/username/repo",
@@ -78,7 +78,7 @@ def test_unstaking(local_chain, wallet_setup):
7878
wallet_alice.name,
7979
"--wallet-hotkey",
8080
wallet_alice.hotkey_str,
81-
"--name",
81+
"--subnet-name",
8282
"Test Subnet 3",
8383
"--repo",
8484
"https://github.com/username/repo",

tests/e2e_tests/test_wallet_interactions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_wallet_overview_inspect(local_chain, wallet_setup):
5757
wallet.name,
5858
"--wallet-hotkey",
5959
wallet.hotkey_str,
60-
"--name",
60+
"--subnet-name",
6161
"Test Subnet",
6262
"--repo",
6363
"https://github.com/username/repo",
@@ -372,7 +372,7 @@ def test_wallet_identities(local_chain, wallet_setup):
372372
wallet_alice.name,
373373
"--wallet-hotkey",
374374
wallet_alice.hotkey_str,
375-
"--name",
375+
"--subnet-name",
376376
"Test Subnet",
377377
"--repo",
378378
"https://github.com/username/repo",

0 commit comments

Comments
 (0)