diff options
Diffstat (limited to 'test/subscription_test.ts')
-rw-r--r-- | test/subscription_test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/subscription_test.ts b/test/subscription_test.ts index 64e9acf0d..985fdc1d6 100644 --- a/test/subscription_test.ts +++ b/test/subscription_test.ts @@ -65,7 +65,6 @@ describe('SubscriptionTest', () => { it('Should receive the Error when an error occurs', (done: DoneCallback) => { (async () => { const callback = (err: Error, logEvent: LogEvent<ApprovalContractEventArgs>) => { - expect(err).to.not.be.undefined(); expect(err).to.not.be.null(); expect(logEvent).to.be.undefined(); done(); |