git.delta.rocks / unique-network / refs/commits / 07de194ee464

difftreelog

test fix missing await

Yaroslav Bolyukin2021-09-01parent: #7f0dbc2.patch.diff
in: master

1 file changed

modifiedtests/src/transfer.test.tsdiffbeforeafterboth
60 // tslint:disable-next-line:no-unused-expression60 // tslint:disable-next-line:no-unused-expression
61 expect(result.success).to.be.false;61 expect(result.success).to.be.false;
62 };62 };
63 expect(badTransaction()).to.be.rejectedWith('Inability to pay some fees , e.g. account balance too low');63 await expect(badTransaction()).to.be.rejectedWith('Inability to pay some fees , e.g. account balance too low');
64 });64 });
65 });65 });
6666