Add instanceOf assertion
This commit is contained in:
parent
8d6ba6ee7a
commit
0747e162fa
@ -363,6 +363,7 @@ describe('TokenWrapper', () => {
|
||||
expect(logEvent).to.not.be.undefined();
|
||||
expect(logEvent.logIndex).to.be.equal(0);
|
||||
expect(logEvent.transactionIndex).to.be.equal(0);
|
||||
expect(logEvent.blockNumber).to.be.instanceOf(Number);
|
||||
const args = logEvent.args;
|
||||
expect(args._from).to.be.equal(coinbase);
|
||||
expect(args._to).to.be.equal(addressWithoutFunds);
|
||||
|
Loading…
x
Reference in New Issue
Block a user