Skip to content

Commit 1debcfa

Browse files
committed
Removing one more reference
1 parent 2e5abf5 commit 1debcfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/token/behaviors/CodexTitleFees.behavior.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import shouldBehaveLikeCodexTitle from './CodexTitle.behavior'
44
const { BigNumber } = web3
55

66
const CodexToken = artifacts.require('CodexToken.sol')
7-
const ERC900StakeContainer = artifacts.require('ERC900StakeContainer.sol')
7+
const ERC900BasicStakeContainer = artifacts.require('ERC900BasicStakeContainer.sol')
88

99
require('chai')
1010
.use(require('chai-as-promised'))
@@ -112,7 +112,7 @@ export default function shouldBehaveLikeCodexTitleWithFees(accounts, metadata) {
112112
let stakeContainer
113113

114114
beforeEach(async function () {
115-
stakeContainer = await ERC900StakeContainer.new(this.codexToken.address)
115+
stakeContainer = await ERC900BasicStakeContainer.new(this.codexToken.address)
116116

117117
await this.token.setStakeContainer(stakeContainer.address)
118118
})

0 commit comments

Comments
 (0)