Skip to content

Commit

Permalink
Merge pull request #11329 from qmonmert/fixure
Browse files Browse the repository at this point in the history
Rename file with typo
  • Loading branch information
murdos authored Nov 9, 2024
2 parents 4527bde + 7a73a4a commit fc1c9f5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/webapp/unit/common/primary/toast/Toast.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/test/webapp/unit/router/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fc1c9f5

Please sign in to comment.