Update contracts/utils/test/ownable.ts

Co-Authored-By: Lawrence Forman <lawrence@0xproject.com>
This commit is contained in:
James Towle
2019-07-30 09:51:01 -07:00
committed by Alex Towle
parent b2ada13a21
commit 77b4f32274

View File

@@ -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('');
});
});