summaryrefslogtreecommitdiff
path: root/client/src/components/AdminLogin.test.tsx
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-09-27 13:51:39 -0700
committerMichael Hunteman <michael@huntm.net>2024-09-27 13:51:39 -0700
commit99b5a49b5fcccb7c6523a95c67e39830bc2a2a45 (patch)
tree6f0fd381400319615bd5a9a528e648f462a3e3f3 /client/src/components/AdminLogin.test.tsx
parent8d6a2803bb51a028f56044a8d5eec7ae995af5a8 (diff)
Change admin error message
Diffstat (limited to 'client/src/components/AdminLogin.test.tsx')
-rw-r--r--client/src/components/AdminLogin.test.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/components/AdminLogin.test.tsx b/client/src/components/AdminLogin.test.tsx
index feffadf..58368af 100644
--- a/client/src/components/AdminLogin.test.tsx
+++ b/client/src/components/AdminLogin.test.tsx
@@ -1,6 +1,6 @@
import '@testing-library/jest-dom';
import React from 'react';
-import { fireEvent, screen } from '@testing-library/react';
+import { fireEvent } from '@testing-library/react';
import { userEvent } from '@testing-library/user-event';
import { describe, expect, it } from 'vitest';
import { createMemoryRouter, RouterProvider } from 'react-router-dom';