Skip to content

Commit

Permalink
Test Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatmittal committed Sep 9, 2024
1 parent 325c973 commit f532a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/plugins/individual-collateral/collateralTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default function fn<X extends CollateralFixtureContext>(
let ctx: X
let alice: SignerWithAddress

let chainId: number
let chainId: string

let collateral: TestICollateral
let chainlinkFeed: MockV3Aggregator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ const opts = {
chainlinkDefaultAnswer,
itIsPricedByPeg: true,
resetFork,
toleranceDivisor: bn('1e8'),
}

collateralTests(opts)

0 comments on commit f532a2a

Please sign in to comment.