diff --git a/src/test/webapp/unit/common/primary/toast/Toast.spec.ts b/src/test/webapp/unit/common/primary/toast/Toast.spec.ts index d1efd728b57..4c24ba18a9b 100644 --- a/src/test/webapp/unit/common/primary/toast/Toast.spec.ts +++ b/src/test/webapp/unit/common/primary/toast/Toast.spec.ts @@ -7,7 +7,7 @@ import { ToastVue } from '@/shared/toast/infrastructure/primary'; import { ToastType } from '@/shared/toast/infrastructure/primary/ToastType'; import { shallowMount, VueWrapper } from '@vue/test-utils'; import { describe, expect, it, vi } from 'vitest'; -import { AlertListenerFixture, stubAlertListener } from '../../../shared/alert/domain/AlertListener.fixure'; +import { AlertListenerFixture, stubAlertListener } from '../../../shared/alert/domain/AlertListener.fixture'; import { stubTimeout } from '../timeout/Timeout.fixture'; let wrapper: VueWrapper; diff --git a/src/test/webapp/unit/router/index.spec.ts b/src/test/webapp/unit/router/index.spec.ts index 7c3e435700d..4fef3fb2ee8 100644 --- a/src/test/webapp/unit/router/index.spec.ts +++ b/src/test/webapp/unit/router/index.spec.ts @@ -39,7 +39,7 @@ import { ProjectFoldersRepositoryStub, stubProjectFoldersRepository } from '../m import { LocalWindowThemeRepositoryStub, stubLocalWindowThemeRepository } from '../module/domain/ThemeRepository.fixture'; import { stubWindow } from '../module/primary/GlobalWindow.fixture'; import { stubAlertBus } from '../shared/alert/domain/AlertBus.fixture'; -import { stubAlertListener } from '../shared/alert/domain/AlertListener.fixure'; +import { stubAlertListener } from '../shared/alert/domain/AlertListener.fixture'; interface ApplicationListenerStub extends ApplicationListener { addEventListener: vi.fn; diff --git a/src/test/webapp/unit/shared/alert/domain/AlertListener.fixure.ts b/src/test/webapp/unit/shared/alert/domain/AlertListener.fixture.ts similarity index 100% rename from src/test/webapp/unit/shared/alert/domain/AlertListener.fixure.ts rename to src/test/webapp/unit/shared/alert/domain/AlertListener.fixture.ts