From 84503e9c4222983c537597db2fc6c4c1d62f0165 Mon Sep 17 00:00:00 2001 From: Bella Date: Tue, 22 Jun 2021 16:20:57 +0800 Subject: [PATCH] Added `container.waitForWalletCoinbaseMaturity()` --- .../__tests__/category/account/listCommunityBalances.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/jellyfish-api-core/__tests__/category/account/listCommunityBalances.test.ts b/packages/jellyfish-api-core/__tests__/category/account/listCommunityBalances.test.ts index 148b8b3d39..11c1df3b1c 100644 --- a/packages/jellyfish-api-core/__tests__/category/account/listCommunityBalances.test.ts +++ b/packages/jellyfish-api-core/__tests__/category/account/listCommunityBalances.test.ts @@ -9,6 +9,7 @@ describe('Account', () => { beforeAll(async () => { await container.start() await container.waitForReady() + await container.waitForWalletCoinbaseMaturity() }) afterAll(async () => {