Skip to content

Commit

Permalink
try to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
inbalvasserman committed Feb 13, 2025
1 parent 9dcc4b6 commit 6b45cc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/src/google-analytics.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ const targetId = 'player-placeholder_google-analytics.spec';

describe('Google Analytics Plugin', function () {
let player;
const id = '1_rwbj3j0a';
const partnerId = 1068292;
const id = '0_fnkamt8x';
const partnerId = 243342;
const uiConfId = 123456;
const entryName = 'some name';

const CMid = '1_fdsfds78';
const CMpartnerId = 876543;
const CMid = '0_uka1msg4';
const CMpartnerId = 243342;
const CMuiConfId = 654321;
const CMentryName = 'change media name';

Expand Down

0 comments on commit 6b45cc6

Please sign in to comment.