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

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed Nov 20, 2023
1 parent bde3bf7 commit ab880e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/localnet/network/load_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ var _ = Describe("evm load testing", func() {
}
// 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 ab880e2

Please sign in to comment.