Skip to content

Commit

Permalink
test: fix useApplication test
Browse files Browse the repository at this point in the history
Signed-off-by: Trezy <[email protected]>
  • Loading branch information
trezy committed Dec 30, 2024
1 parent d73cc54 commit ee247aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/hooks/useApplication.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {
expect,
it,
} from 'vitest';
import { Application } from '../../../src/components/Application.ts';
import { useApplication } from '../../../src/hooks/useApplication.ts';
import { Application } from '../../../src/components/Application';
import { useApplication } from '../../../src/hooks/useApplication';
import {
render,
renderHook,
Expand Down

0 comments on commit ee247aa

Please sign in to comment.