Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmrodri committed Dec 3, 2024
1 parent e557aee commit 7436928
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ allStableTests.forEach((curr: AeroStablePoolEnumeration) => {
const coll = await deployCollateral({
pool: curr.pool,
gauge: curr.gauge,
chainlinkFeed: feed0.address,
feeds: [[feed0.address], [feed1.address]],
})

Expand Down Expand Up @@ -290,6 +291,7 @@ allStableTests.forEach((curr: AeroStablePoolEnumeration) => {
const coll = await deployCollateral({
pool: curr.pool,
gauge: curr.gauge,
chainlinkFeed: feed0.address,
feeds: [[feed0.address], [feed1.address]],
})

Expand Down Expand Up @@ -330,6 +332,7 @@ allStableTests.forEach((curr: AeroStablePoolEnumeration) => {
const invalidCollateral = await deployCollateral({
pool: curr.pool,
gauge: curr.gauge,
chainlinkFeed: invalidChainlinkFeed.address,
feeds: [[invalidChainlinkFeed.address], [invalidChainlinkFeed.address]],
})

Expand Down

0 comments on commit 7436928

Please sign in to comment.