From a532d2705e6a71d45e93e03304c220dd67e6890a Mon Sep 17 00:00:00 2001 From: "getsantry[bot]" <66042841+getsantry[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:01:18 +0000 Subject: [PATCH] :hammer_and_wrench: apply pre-commit fixes --- static/app/components/nav/index.spec.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/app/components/nav/index.spec.tsx b/static/app/components/nav/index.spec.tsx index 466f377a4c1ecc..924f36f8b30cff 100644 --- a/static/app/components/nav/index.spec.tsx +++ b/static/app/components/nav/index.spec.tsx @@ -72,7 +72,7 @@ describe('Nav', function () { mockUseLocation.mockReturnValue({...LocationFixture()}); }); -afterEach(() => ConfigStore.reset()) + afterEach(() => ConfigStore.reset()); it('renders navigation', function () { renderNav({organization});