Skip to content

Commit

Permalink
🛠️ apply pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
getsantry[bot] committed Sep 23, 2024
1 parent 6dfe72a commit a532d27
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())
afterEach(() => ConfigStore.reset());
it('renders navigation', function () {
renderNav({organization});

Expand Down

0 comments on commit a532d27

Please sign in to comment.