Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
mkzie2 committed Jan 2, 2025
1 parent 9b1d7c9 commit 5c7415e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/GroupChatNameTests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const USER_H_EMAIL = 'user_h@test.com';
*/
function signInAndGetApp(reportName = '', participantAccountIDs?: number[]): Promise<void> {
// Render the App and sign in as a test user.
render(<App />);
render(<App />);

const participants: Record<number, Participant> = {};
participantAccountIDs?.forEach((id) => {
Expand Down

0 comments on commit 5c7415e

Please sign in to comment.