Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
clarani committed Dec 24, 2024
1 parent b5f5574 commit daac10b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front/tests/utils/setup-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ export async function createDataForTests(): Promise<void> {

const stdcmEnvironment = {
infra_id: smallInfra.id,
search_window_begin: '2024-10-17T00:00:01',
search_window_end: '2024-10-18T23:59:59',
search_window_begin: '2024-10-17T00:00:01 +02',
search_window_end: '2024-10-18T23:59:59 +02',
timetable_id: scenarioTrainSchedule.timetable_id,
} as StdcmSearchEnvironment;

Expand Down

0 comments on commit daac10b

Please sign in to comment.