Skip to content

Commit

Permalink
Morpho Blue - Update
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-langa committed Jan 26, 2024
1 parent 80da2bc commit 0d1f358
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 0d1f358

Please sign in to comment.