Skip to content

Commit

Permalink
Added container.waitForWalletCoinbaseMaturity()
Browse files Browse the repository at this point in the history
  • Loading branch information
izzycsy committed Jun 22, 2021
1 parent 2fde04b commit 84503e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ describe('Account', () => {
beforeAll(async () => {
await container.start()
await container.waitForReady()
await container.waitForWalletCoinbaseMaturity()
})

afterAll(async () => {
Expand Down

0 comments on commit 84503e9

Please sign in to comment.