Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thewhaleking committed Sep 30, 2024
1 parent ae9ba26 commit 6abfd02
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/e2e_tests/test_root.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def test_root_commands(local_chain, wallet_setup):
"--delegate-ss58key",
wallet_bob.hotkey.ss58_address,
"--amount",
f"10",
"10",
"--no-prompt",
],
)
Expand Down Expand Up @@ -216,8 +216,6 @@ def test_root_commands(local_chain, wallet_setup):
wallet_alice.name,
"--delegate-ss58key",
wallet_bob.hotkey.ss58_address,
"--network",
"local",
"--amount",
f"10",
"--no-prompt",
Expand Down Expand Up @@ -294,8 +292,6 @@ def test_root_commands(local_chain, wallet_setup):
wallet_alice.name,
"--delegate-ss58key",
wallet_bob.hotkey.ss58_address,
"--network",
"local",
"--all",
"--no-prompt",
],
Expand Down

0 comments on commit 6abfd02

Please sign in to comment.