diff --git a/static/app/components/nav/index.spec.tsx b/static/app/components/nav/index.spec.tsx index 466f377a4c1ec..924f36f8b30cf 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});