Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Ing <[email protected]>
  • Loading branch information
alexs-mparticle and rmi22186 authored Nov 25, 2024
1 parent 0a60c63 commit 74925d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/jest/types.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ describe('IdentityType', () => {
expect(Yahoo).toEqual(6);
expect(Email).toEqual(7);

// 8 was used for `Alias` but this is now hanled by Identity directly
// and will no longer be sent as an IdentityType
// 8 was used for `Alias` but this is now handled by Identity directly
// and is no longer sent as an IdentityType

expect(FacebookCustomAudienceId).toEqual(9);
expect(Other2).toEqual(10);
Expand Down

0 comments on commit 74925d2

Please sign in to comment.