Procházet zdrojové kódy

missed await added

Gleb Urvanov před 4 roky
rodič
revize
345cc1761a

+ 1 - 1
tests/network-tests/src/tests/membershipCreationTest.ts

@@ -56,7 +56,7 @@ export function membershipTest(nKeyPairs: KeyringPair[]) {
   }).timeout(defaultTimeout);
 
   it('Account A can not buy the membership with insufficient funds', async () => {
-    apiWrapper
+    await apiWrapper
       .getBalance(aKeyPair.address)
       .then(balance =>
         assert(