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
59 }59 }
60 return account;60 return account;
61 };61 };
62 return;62 await code(helper, privateKey);
63 }63 }
64 finally {64 finally {
65 await helper.disconnect();65 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();