From fed5672f85ede69fbd0a5ddc10d42e9ae11946c5 Mon Sep 17 00:00:00 2001 From: Caleb Cox Date: Fri, 6 Sep 2024 15:01:42 -0500 Subject: [PATCH] Fix test name --- src/components/Setup/SetupProvider.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Setup/SetupProvider.test.tsx b/src/components/Setup/SetupProvider.test.tsx index 128d445011..8dd148e9e0 100644 --- a/src/components/Setup/SetupProvider.test.tsx +++ b/src/components/Setup/SetupProvider.test.tsx @@ -139,7 +139,7 @@ describe('SetupProvider', () => { ); }); - it('is true when not on a tour page', async () => { + it('is false when not on a tour page', async () => { const { getByTestId } = render( , );