Fix a typo
This commit is contained in:
parent
2a7cafbf20
commit
01bc254cd0
@ -211,7 +211,7 @@ describe('EtherTokenWrapper', () => {
|
||||
);
|
||||
})().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 () => {
|
||||
const callback = (err: Error, logEvent: DecodedLogEvent<WithdrawalContractEventArgs>) => {
|
||||
expect(err).to.be.null();
|
||||
|
Loading…
x
Reference in New Issue
Block a user