Skip to content

Commit

Permalink
Update test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Dec 4, 2024
1 parent 03df771 commit c720dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/snaps/test-snap-metrics.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ describe('Test Snap Metrics', function () {
assert.deepStrictEqual(events[1].properties, {
snap_id: 'npm:@metamask/notification-example-snap',
origin: 'https://metamask.github.io',
version: '2.1.4',
version: '2.2.0',
category: 'Snaps',
locale: 'en',
chain_id: '0x539',
Expand Down Expand Up @@ -545,7 +545,7 @@ describe('Test Snap Metrics', function () {
const events = await getEventPayloads(driver, mockedEndpoints);
assert.deepStrictEqual(events[0].properties, {
snap_id: 'npm:@metamask/notification-example-snap',
version: '2.1.4',
version: '2.2.0',
category: 'Snaps',
locale: 'en',
chain_id: '0x539',
Expand Down

0 comments on commit c720dc9

Please sign in to comment.