difftreelog
test fix missing await
in: master
1 file changed
tests/src/transfer.test.tsdiffbeforeafterboth60 // tslint:disable-next-line:no-unused-expression60 // tslint:disable-next-line:no-unused-expression61 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