Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 committed Feb 10, 2025
1 parent bc3fd85 commit 01ab56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/services/integration/tracking.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('TrackingService', () => {
});

it('should track Open Landing Page event', () => {
expect(service.onOpenLandingPage('[email protected]', 1, 'Lolo Org', 'or767asdih5')).toBeUndefined();
expect(service.onOpenLandingPage('[email protected]', 1, 'or767asdih5')).toBeUndefined();
});

it('should flatten the payload', () => {
Expand Down

0 comments on commit 01ab56e

Please sign in to comment.