git.delta.rocks / unique-network / refs/commits / af062f92544c

difftreelog

Return tests back

Max Andreev2023-04-04parent: #df9b2f8.patch.diff
in: master

2 files changed

modifiedtests/src/eth/util/index.tsdiffbeforeafterboth
--- a/tests/src/eth/util/index.ts
+++ b/tests/src/eth/util/index.ts
@@ -59,7 +59,7 @@
       }
       return account;
     };
-    return;
+    await code(helper, privateKey);
   }
   finally {
     await helper.disconnect();
modifiedtests/src/util/index.tsdiffbeforeafterboth
57 }57 }
58 return account;58 return account;
59 };59 };
60 return;60 await code(helper, privateKey);
61 }61 }
62 finally {62 finally {
63 await helper.disconnect();63 await helper.disconnect();