fixed typo in a test
This commit is contained in:
parent
58e08335b5
commit
8961b476ef
@ -53,7 +53,7 @@ describe('TestLogDecoding', () => {
|
||||
// tslint:disable no-unnecessary-type-assertion
|
||||
expect((txReceipt.logs[0] as LogWithDecodedArgs<DecodedLogArgs>).args).to.be.deep.equal(expectedEvent);
|
||||
});
|
||||
it('should not event args when no dependencies are passed into wrapper', async () => {
|
||||
it('should not decode event args when no dependencies are passed into wrapper', async () => {
|
||||
const txReceipt = await testLogDecodingDeployedWithoutDependencies.emitEventDownstream.awaitTransactionSuccessAsync();
|
||||
expect(txReceipt.logs.length).to.be.equal(1);
|
||||
// tslint:disable no-unnecessary-type-assertion
|
||||
|
Loading…
x
Reference in New Issue
Block a user