@0x:contracts-exchange Fixed issues caused by rebase

This commit is contained in:
Alex Towle
2019-08-20 16:12:45 -07:00
committed by Amir Bandeali
parent 0253bba83b
commit cd147dbc41
2 changed files with 1 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ import * as _ from 'lodash';
import { artifacts, TestTransactionsContract, TestTransactionsTransactionExecutionEventArgs } from '../src';
blockchainTests.resets('Transaction Unit Tests', ({ provider, web3Wrapper, txDefaults }) => {
blockchainTests.resets.only('Transaction Unit Tests', ({ provider, web3Wrapper, txDefaults }) => {
let transactionsContract: TestTransactionsContract;
let accounts: string[];
let domain: EIP712DomainWithDefaultSchema;