In @0x/contracts-exchange: Remove only from lib_exchange_rich_error_decoder tests.

This commit is contained in:
Lawrence Forman 2019-04-23 18:26:05 -04:00 committed by Amir Bandeali
parent 847503bff1
commit a1293f160f

View File

@ -23,7 +23,7 @@ chaiSetup.configure();
const expect = chai.expect;
const blockchainLifecycle = new BlockchainLifecycle(web3Wrapper);
describe.only('LibExchangeRichErrorDecoder', () => {
describe('LibExchangeRichErrorDecoder', () => {
const SIGNATURE_LENGTH = 66;
const ASSET_DATA_LENGTH = 36;
const ERROR_DATA_LENGTH = 100;