Skip to content

Commit

Permalink
Update static/app/components/nav/index.spec.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas <jonas.badalic@sentry.io>
  • Loading branch information
natemoo-re and JonasBa committed Sep 23, 2024
1 parent b6aac27 commit 6dfe72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/app/components/nav/index.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ describe('Nav', function () {

mockUseLocation.mockReturnValue({...LocationFixture()});
});

afterEach(() => ConfigStore.reset())
it('renders navigation', function () {
renderNav({organization});

Expand Down

0 comments on commit 6dfe72a

Please sign in to comment.