Skip to content

Commit

Permalink
Removing one more reference
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhforrest committed May 29, 2018
1 parent 2e5abf5 commit 1debcfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/token/behaviors/CodexTitleFees.behavior.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import shouldBehaveLikeCodexTitle from './CodexTitle.behavior'
const { BigNumber } = web3

const CodexToken = artifacts.require('CodexToken.sol')
const ERC900StakeContainer = artifacts.require('ERC900StakeContainer.sol')
const ERC900BasicStakeContainer = artifacts.require('ERC900BasicStakeContainer.sol')

require('chai')
.use(require('chai-as-promised'))
Expand Down Expand Up @@ -112,7 +112,7 @@ export default function shouldBehaveLikeCodexTitleWithFees(accounts, metadata) {
let stakeContainer

beforeEach(async function () {
stakeContainer = await ERC900StakeContainer.new(this.codexToken.address)
stakeContainer = await ERC900BasicStakeContainer.new(this.codexToken.address)

await this.token.setStakeContainer(stakeContainer.address)
})
Expand Down

0 comments on commit 1debcfa

Please sign in to comment.