Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-magana committed Feb 4, 2025
1 parent eaf0842 commit 7790665
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/components/ATIAnalytics/atiUrl/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -447,9 +447,9 @@ describe('Reverb', () => {
const reverbPageSectionViewEventModel =
buildReverbPageSectionEventModel(input);

expect(reverbPageSectionViewEventModel.params.user).toEqual(
{ isSignedIn: false }
);
expect(reverbPageSectionViewEventModel.params.user).toEqual({
isSignedIn: false,
});
});
});
});

0 comments on commit 7790665

Please sign in to comment.