Skip to content

Commit 8ad6296

Browse files
committed
fix failing tests
1 parent 469e728 commit 8ad6296

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/src/tests-event-logging.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ declare global {
3131
}
3232
}
3333

34-
const mParticle = window.mParticle;
34+
const mParticle = window.mParticle as IMParticleInstanceManager;
3535

3636
const { findEventFromRequest, findBatch, getIdentityEvent, waitForCondition, fetchMockSuccess, hasIdentifyReturned } = Utils;
3737

0 commit comments

Comments
 (0)