Skip to content

Commit

Permalink
little test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSpuddy committed Nov 15, 2024
1 parent 909aba5 commit 001df3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_select_account():
ChainedAccount.add("disputer-test-acct", [1, 5, 4, 1337, 80001, 80002, 11155111], os.getenv("PRIVATE_KEY"), "")

with mock.patch("click.confirm", return_value=True):
account = select_account(cfg, None)
account = select_account(cfg, None, False, None)

assert not account

Expand Down

0 comments on commit 001df3e

Please sign in to comment.