Remove .only

This commit is contained in:
Fabio Berger 2019-02-05 13:09:23 +00:00
parent 0a93f3346f
commit e021460f03

View File

@ -353,7 +353,7 @@ describe('ExchangeWrapper', () => {
});
});
describe('#preSignAsync/isPreSignedAsync', () => {
it.only('should preSign the hash', async () => {
it('should preSign the hash', async () => {
const senderAddress = takerAddress;
const hash = orderHashUtils.getOrderHashHex(signedOrder);
const signerAddress = signedOrder.makerAddress;