In @0x/contracts-exchange
: Remove only
from lib_exchange_rich_error_decoder
tests.
This commit is contained in:
parent
847503bff1
commit
a1293f160f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user