Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chloeYue committed Oct 24, 2024
1 parent adbd30e commit 390d5be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/tests/privacy/account-tracker-api-usage.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ describe('Account Tracker API Usage', function () {
await withFixtures(
{
fixtures: new FixtureBuilder().withNetworkControllerOnMainnet().build(),
defaultGanacheOptions,
ganacheOptions: defaultGanacheOptions,
title: this.test?.fullTitle(),
testSpecificMock: mockInfura,
},
Expand Down Expand Up @@ -156,6 +156,7 @@ describe('Account Tracker API Usage', function () {
await withFixtures(
{
fixtures: new FixtureBuilder().withNetworkControllerOnMainnet().build(),
ganacheOptions: defaultGanacheOptions,
title: this.test?.fullTitle(),
testSpecificMock: mockInfura,
},
Expand Down

0 comments on commit 390d5be

Please sign in to comment.