mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Fix typo in date range filter input mapping for minStart and maxStop.
- 🐛 **Fix**: Corrected 'minStrat' to 'minStart' in mapping tests
This commit is contained in:
@@ -158,7 +158,7 @@ describe('dateRangeFilterInputMapping', () => {
|
||||
type: InputType.DateRange,
|
||||
start: '2023-01-01',
|
||||
stop: '2023-12-31',
|
||||
minStrat: '2022-01-01',
|
||||
minStart: '2022-01-01',
|
||||
maxStop: '2024-12-31',
|
||||
});
|
||||
|
||||
@@ -170,7 +170,7 @@ describe('dateRangeFilterInputMapping', () => {
|
||||
type: InputType.DateRange,
|
||||
start: '2023-01-01',
|
||||
stop: '2023-12-31',
|
||||
minStrat: '2022-01-01',
|
||||
minStart: '2022-01-01',
|
||||
maxStop: '2024-12-31',
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user