Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcottner committed Jun 7, 2024
1 parent 5305cbe commit 54a3cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/SessionInfoBar_test.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { setClient } from "@src/client";
import { SessionInfoBar } from "@src/components/SessionInfoBar";
import { renderWithProvider } from "@test/testUtils";
import { act, cleanup, screen, waitFor } from "@testing-library/react";
import { act, screen, waitFor } from "@testing-library/react";

describe("SessionInfoBar component", () => {
const client = {
Expand Down

0 comments on commit 54a3cc1

Please sign in to comment.