aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/libraries
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-06-08 03:12:10 +0800
committerGitHub <noreply@github.com>2018-06-08 03:12:10 +0800
commit09e387bf092e993f578cbbc957f455632b7b0f32 (patch)
tree36f4f1a724ed0b8577c359a1c3c90cfdedc16efb /packages/contracts/test/libraries
parent05fe8792eae64257286e628ae2b437c7e3c041d0 (diff)
parent18ed45597aedfd5135626c8e0c14509a2ad7dbbe (diff)
downloaddexon-sol-tools-09e387bf092e993f578cbbc957f455632b7b0f32.tar
dexon-sol-tools-09e387bf092e993f578cbbc957f455632b7b0f32.tar.gz
dexon-sol-tools-09e387bf092e993f578cbbc957f455632b7b0f32.tar.bz2
dexon-sol-tools-09e387bf092e993f578cbbc957f455632b7b0f32.tar.lz
dexon-sol-tools-09e387bf092e993f578cbbc957f455632b7b0f32.tar.xz
dexon-sol-tools-09e387bf092e993f578cbbc957f455632b7b0f32.tar.zst
dexon-sol-tools-09e387bf092e993f578cbbc957f455632b7b0f32.zip
Merge pull request #670 from 0xProject/fix/generated-nesting
Remove unnecessary folder nesting
Diffstat (limited to 'packages/contracts/test/libraries')
-rw-r--r--packages/contracts/test/libraries/lib_bytes.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/contracts/test/libraries/lib_bytes.ts b/packages/contracts/test/libraries/lib_bytes.ts
index dea45049e..0996cdc84 100644
--- a/packages/contracts/test/libraries/lib_bytes.ts
+++ b/packages/contracts/test/libraries/lib_bytes.ts
@@ -4,9 +4,9 @@ import BN = require('bn.js');
import * as chai from 'chai';
import ethUtil = require('ethereumjs-util');
-import { TestLibBytesContract } from '../../src/contract_wrappers/generated/test_lib_bytes';
+import { TestLibBytesContract } from '../../src/generated_contract_wrappers/test_lib_bytes';
import { artifacts } from '../../src/utils/artifacts';
-import { expectRevertOrAlwaysFailingTransactionAsync, expectRevertOrOtherErrorAsync } from '../../src/utils/assertions';
+import { expectRevertOrOtherErrorAsync } from '../../src/utils/assertions';
import { chaiSetup } from '../../src/utils/chai_setup';
import { constants } from '../../src/utils/constants';
import { provider, txDefaults, web3Wrapper } from '../../src/utils/web3_wrapper';