Skip to content

Commit

Permalink
WIP: MarketCollateralPool Test
Browse files Browse the repository at this point in the history
  • Loading branch information
perfectmak committed Dec 10, 2018
1 parent d6f8e60 commit cae6d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/MarketCollateralPool.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const MarketContractOraclize = artifacts.require('MarketContractOraclize');
const MarketContractOraclize = artifacts.require('TestableMarketContractOraclize');
const MarketCollateralPool = artifacts.require('MarketCollateralPool');
const MarketContractRegistry = artifacts.require('MarketContractRegistry');
const CollateralToken = artifacts.require('CollateralToken');
Expand Down

0 comments on commit cae6d80

Please sign in to comment.