RefundEscrow's events renamed (#1418)

* fixes #1414
This commit is contained in:
Aniket
2018-10-16 19:07:04 +05:30
committed by Nicolás Venturo
parent 03dfb2965c
commit 844a96d0b9
2 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ contract('RefundEscrow', function ([_, primary, beneficiary, refundee1, refundee
await shouldFail.reverting(this.escrow.close({ from: beneficiary }));
const { logs } = await this.escrow.close({ from: primary });
expectEvent.inLogs(logs, 'Closed');
expectEvent.inLogs(logs, 'RefundsClosed');
});
context('closed state', function () {