Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danjm committed Sep 26, 2024
1 parent fbd296f commit 5574a9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/e2e/tests/metrics/nft-detection-metrics.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ describe('Nft detection event @no-mmi', function () {
chain_id: '0x539',
environment_type: 'fullscreen',
is_profile_syncing_enabled: null,
is_signed_in: false,
});
assert.deepStrictEqual(events[2].properties, {
nft_autodetection_enabled: true,
Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/metrics/token-detection-metrics.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ describe('Token detection event @no-mmi', function () {
chain_id: '0x539',
environment_type: 'fullscreen',
is_profile_syncing_enabled: null,
is_signed_in: false,
});
assert.deepStrictEqual(events[2].properties, {
token_detection_enabled: true,
Expand Down

0 comments on commit 5574a9e

Please sign in to comment.