Update contracts/utils/test/ownable.ts
Co-Authored-By: Lawrence Forman <lawrence@0xproject.com>
This commit is contained in:
@@ -37,7 +37,7 @@ describe('Ownable', () => {
|
||||
});
|
||||
|
||||
it('should succeed if sender is owner', async () => {
|
||||
expect(ownable.externalOnlyOwner.callAsync({ from: owner })).to.be.fulfilled;
|
||||
return expect(ownable.externalOnlyOwner.callAsync({ from: owner })).to.be.fulfilled('');
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user