Skip to content

Commit

Permalink
Fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
dan437 committed Dec 4, 2024
1 parent bc69306 commit bf16260
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const GET_FEES_REQUEST_INCLUDES = {
from: '0x5cfe73b6021e818b776b421b1c4db2474086a7e1',
to: '0x881D40237659C251811CEC9c364ef91dC08D300C',
value: '0x1bc16d674ec80000',
gas: '0xf4240',
nonce: '0x0',
},
],
Expand Down
3 changes: 1 addition & 2 deletions test/e2e/tests/smart-transactions/smart-transactions.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ export const waitForTransactionToComplete = async (
};

describe('smart transactions @no-mmi', function () {
// Temporarily skipping this test until we have a fix for the issue.
it.skip('Completes a Swap', async function () {
it('Completes a Swap', async function () {
await withFixturesForSmartTransactions(
{
title: this.test?.fullTitle(),
Expand Down

0 comments on commit bf16260

Please sign in to comment.