Skip to content

Commit

Permalink
Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
aborg-dev committed Jun 13, 2023
1 parent 51a14b1 commit 7f2b267
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pytest/tests/loadtest/locust/common/congestion.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,8 @@ def on_locust_init(environment, **kwargs):
funding_account.refresh_nonce(node)

account = base.Account(
key.Key.from_seed_testonly(
environment.congestion_account_id, environment.congestion_account_id
)
)
key.Key.from_seed_testonly(environment.congestion_account_id,
environment.congestion_account_id))
base.send_transaction(
node,
base.CreateSubAccount(funding_account, account.key, balance=50000.0),
Expand Down

0 comments on commit 7f2b267

Please sign in to comment.