Skip to content

Commit

Permalink
fix: use variable debt for dai switch test
Browse files Browse the repository at this point in the history
  • Loading branch information
grothem committed Aug 30, 2023
1 parent 402b3d5 commit b1c19c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ const testData = {
borrow: {
asset: assets.aaveMarket.DAI,
amount: 50,
apyType: constants.borrowAPYType.stable,
apyType: constants.borrowAPYType.default,
hasApproval: true,
},
swap: {
fromAsset: assets.aaveMarket.DAI,
toAsset: assets.aaveMarket.USDC,
isBorrowed: true,
isVariableBorrowedAPY: false,
isVariableBorrowedAPY: true,
amount: 200,
changeApprove: true,
hasApproval: false,
Expand Down

0 comments on commit b1c19c1

Please sign in to comment.