Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
update strategy-controller test, passes
Browse files Browse the repository at this point in the history
  • Loading branch information
georgercarder committed Jul 25, 2022
1 parent deb4329 commit 433f7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/strategy-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ describe('StrategyController', function () {
)
).to.be.true

const value = WeiPerEther.div(100)
const value = WeiPerEther.div(10)
await weth.connect(accounts[4]).deposit({ value: value })
await weth.connect(accounts[4]).transfer(strategy.address, value)
expect(await wrapper.isBalanced()).to.equal(false)
Expand Down

0 comments on commit 433f7ad

Please sign in to comment.