浏览代码

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

Gleb Urvanov 4 年之前
父节点
当前提交
76ab7f943e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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(