We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339ecfb commit ccbdd4eCopy full SHA for ccbdd4e
tests/odpManager.spec.ts
@@ -428,7 +428,7 @@ describe('OdpManager', () => {
428
});
429
430
await odpManager.onReady();
431
-
+
432
verify(mockEventManager.registerVuid(anything())).once();
433
434
@@ -460,7 +460,7 @@ describe('OdpManager', () => {
460
const [userIdArg2, vuidArg2] = capture(mockEventManager.identifyUser).byCallIndex(1);
461
expect(userIdArg2).toEqual(userId);
462
expect(vuidArg2).toEqual(undefined);
463
464
odpManager.identifyUser(vuid);
465
const [userIdArg3, vuidArg3] = capture(mockEventManager.identifyUser).byCallIndex(2);
466
expect(userIdArg3).toEqual(undefined);
0 commit comments