Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
bing bong
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed Nov 20, 2023
1 parent cbcc31e commit bde3bf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/localnet/network/load_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ var _ = Describe("evm load testing", func() {
))
Expect(tf).ToNot(BeNil())
}
tf.WaitForNextBlock()
// Wait for the next block.
Expect(tf.WaitForNextBlock()).ToNot(HaveOccurred())
// Check to make sure "alice" has balance to complete the test.
balance, err := tf.EthClient().BalanceAt(context.Background(), tf.Address("alice"), nil)
Expect(err).ToNot(HaveOccurred())
Expand Down

0 comments on commit bde3bf7

Please sign in to comment.