Skip to content

Commit

Permalink
GH-677 Remove hard coded totalNodes. Test was designed to have at lea…
Browse files Browse the repository at this point in the history
…st 2 more speculative nodes than block producers.
  • Loading branch information
heifner committed Jul 15, 2022
1 parent 250b6ee commit fc0ac45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/trx_finality_status_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
prodCount=1
killAll=args.clean_run
walletPort=TestHelper.DEFAULT_WALLET_PORT
totalNodes=pnodes+1

walletMgr=WalletMgr(True, port=walletPort)
testSuccessful=False
Expand Down

0 comments on commit fc0ac45

Please sign in to comment.