Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistevam committed Nov 14, 2024
1 parent d521404 commit b26577b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .detoxrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = {
'android.emulator': {
type: 'android.emulator',
device: {
avdName: 'Pixel_5_API_30',
avdName: 'Pixel_5_Pro_API_34',
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion .e2e.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export MM_TEST_ACCOUNT_ADDRESS='0x...'
export MM_TEST_ACCOUNT_PRIVATE_KEY=''
export IS_TEST="true"
# Temporary mechanism to enable security alerts API prior to release.
export MM_SECURITY_ALERTS_API_ENABLED="true"
export MM_SECURITY_ALERTS_API_ENABLED="true"
1 change: 0 additions & 1 deletion e2e/fixtures/fixture-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ export async function withFixtures(options, testSuite) {
} = options;

const fixtureServer = new FixtureServer();
// let mockServer;

if (testSpecificMock) {
await startMockServer(testSpecificMock);
Expand Down

0 comments on commit b26577b

Please sign in to comment.