Browse Source

Merge branch 'feature/electing-council-test' into feature/upgrade-runtime-test

Gleb Urvanov 4 years ago
parent
commit
76ab7f943e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/network-tests/src/tests/membershipCreationTest.ts

+ 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(