Skip to content

Commit ccbdd4e

Browse files
revert: last few auto-format put back ins
1 parent 339ecfb commit ccbdd4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/odpManager.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ describe('OdpManager', () => {
428428
});
429429

430430
await odpManager.onReady();
431-
431+
432432
verify(mockEventManager.registerVuid(anything())).once();
433433
});
434434

@@ -460,7 +460,7 @@ describe('OdpManager', () => {
460460
const [userIdArg2, vuidArg2] = capture(mockEventManager.identifyUser).byCallIndex(1);
461461
expect(userIdArg2).toEqual(userId);
462462
expect(vuidArg2).toEqual(undefined);
463-
463+
464464
odpManager.identifyUser(vuid);
465465
const [userIdArg3, vuidArg3] = capture(mockEventManager.identifyUser).byCallIndex(2);
466466
expect(userIdArg3).toEqual(undefined);

0 commit comments

Comments
 (0)