Skip to content

Commit

Permalink
Merge pull request #145 from OasisDEX/morpho-update
Browse files Browse the repository at this point in the history
Morpho Blue - Update
  • Loading branch information
juan-langa authored Jan 26, 2024
2 parents 80da2bc + 0d1f358 commit 3ebdb24
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/withWallet/morphoBlue/morphoBlueBorrow.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ test.describe('Morpho Blue Borrow - Wallet connected', async () => {
await app.position.overview.shouldHaveDebt({
amount: '18,[0-9]{3}.[0-9]{1,2}',
token: 'USDC',
protocol: 'Morpho Blue',
});
});

Expand Down Expand Up @@ -255,7 +254,6 @@ test.describe('Morpho Blue Borrow - Wallet connected', async () => {
await app.position.overview.shouldHaveDebt({
amount: '1[2-3],[0-9]{3}.[0-9]{1,2}',
token: 'USDC',
protocol: 'Morpho Blue',
});
});

Expand Down Expand Up @@ -295,7 +293,6 @@ test.describe('Morpho Blue Borrow - Wallet connected', async () => {
await app.position.overview.shouldHaveDebt({
amount: '23,[0-9]{3}.[0-9]{1,2}',
token: 'USDC',
protocol: 'Morpho Blue',
});
});

Expand Down Expand Up @@ -336,7 +333,6 @@ test.describe('Morpho Blue Borrow - Wallet connected', async () => {
await app.position.overview.shouldHaveDebt({
amount: '18,[0-9]{3}.[0-9]{1,2}',
token: 'USDC',
protocol: 'Morpho Blue',
});
});
});

0 comments on commit 3ebdb24

Please sign in to comment.