Update contracts/utils/test/reentrancy_guard.ts
Co-Authored-By: Lawrence Forman <lawrence@0xproject.com>
This commit is contained in:
@@ -34,7 +34,7 @@ describe('ReentrancyGuard', () => {
|
||||
});
|
||||
|
||||
it('should succeed if reentrancy does not occur', async () => {
|
||||
expect(guard.guarded.sendTransactionAsync(false)).to.be.fulfilled; // tslint:disable-line:no-unused-expression
|
||||
return expect(guard.guarded.sendTransactionAsync(false)).to.be.fulfilled('');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user