Fix broken tests batch 2 (#6573)

As title
This commit is contained in:
Thomas Trompette
2024-08-08 11:16:59 +02:00
committed by GitHub
parent 1b9f63b3ad
commit 74229a80c8
10 changed files with 57 additions and 57 deletions

View File

@ -25,7 +25,6 @@ describe('formatToHumanReadableTime', () => {
const date = new Date('2022-01-01T12:30:00Z');
const result = formatToHumanReadableTime(date, 'UTC');
// it seems when running locally on MacOS the space is not the same
expect(['12:30 PM', '12:30PM']).toContain(result);
});
});