aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/utils/test/lib_bytes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/utils/test/lib_bytes.ts')
-rw-r--r--contracts/utils/test/lib_bytes.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/contracts/utils/test/lib_bytes.ts b/contracts/utils/test/lib_bytes.ts
index 6fb859c67..daad28729 100644
--- a/contracts/utils/test/lib_bytes.ts
+++ b/contracts/utils/test/lib_bytes.ts
@@ -16,8 +16,7 @@ import * as chai from 'chai';
import ethUtil = require('ethereumjs-util');
import * as _ from 'lodash';
-import { TestLibBytesContract } from '../generated-wrappers/test_lib_bytes';
-import { artifacts } from '../src';
+import { artifacts, TestLibBytesContract } from '../src';
chaiSetup.configure();
const expect = chai.expect;