Skip to content

Commit

Permalink
fix(tests): Make tests green on case sensitive file systems (#1528)
Browse files Browse the repository at this point in the history
  • Loading branch information
retyui authored Oct 27, 2022
1 parent e92a04a commit 740758e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ui/datepicker/rangeDatepicker.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { ApplicationProvider } from '../../theme';
import {
RangeDatepicker,
RangeDatepickerProps,
} from './RangeDatepicker.component';
} from './rangeDatepicker.component';
import { RangeCalendar } from '../calendar/rangeCalendar.component';
import {
CalendarRange,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ui/topNavigation/topNavigation.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { ApplicationProvider } from '../../theme';
import {
TopNavigation,
TopNavigationProps,
} from './TopNavigation.component';
} from './topNavigation.component';
import {
TopNavigationAction,
TopNavigationActionProps,
Expand Down

0 comments on commit 740758e

Please sign in to comment.