Fix a typo

This commit is contained in:
Leonid Logvinov 2017-12-20 14:45:13 +01:00
parent 2a7cafbf20
commit 01bc254cd0
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -211,7 +211,7 @@ describe('EtherTokenWrapper', () => {
); );
})().catch(done); })().catch(done);
}); });
it('Should receive the Withdrawal event when ether is being withdrewn', (done: DoneCallback) => { it('Should receive the Withdrawal event when ether is being withdrawn', (done: DoneCallback) => {
(async () => { (async () => {
const callback = (err: Error, logEvent: DecodedLogEvent<WithdrawalContractEventArgs>) => { const callback = (err: Error, logEvent: DecodedLogEvent<WithdrawalContractEventArgs>) => {
expect(err).to.be.null(); expect(err).to.be.null();