Skip to content

Commit

Permalink
Refacto: selector.ts to Selector.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Nov 9, 2024
1 parent 7cee511 commit 3bbb76b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/test/webapp/component/integration/Landscape.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { interceptForever } from '../support/Interceptor';
import { dataSelector } from '../support/selector';
import { dataSelector } from '../support/Selector';

describe('Landscape', () => {
beforeEach(() => cy.intercept({ path: '/api/project-folders' }, { body: '/tmp/jhlite/1234' }));
Expand Down
2 changes: 1 addition & 1 deletion src/test/webapp/component/integration/Patch.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { interceptForever } from '../support/Interceptor';
import { dataSelector } from '../support/selector';
import { dataSelector } from '../support/Selector';

describe('Patch', () => {
beforeEach(() => cy.intercept({ path: '/api/project-folders' }, { body: '/tmp/jhlite/1234' }));
Expand Down
2 changes: 1 addition & 1 deletion src/test/webapp/e2e/integration/Patch.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { dataSelector } from '../support/selector';
import { dataSelector } from '../support/Selector';

describe('Patch', () => {
it('should display modules', () => {
Expand Down
File renamed without changes.

0 comments on commit 3bbb76b

Please sign in to comment.