Update walesi.com.fj.test.js

This commit is contained in:
Aleksandr Statciuk 2022-08-24 22:52:38 +03:00
parent a4419178eb
commit 36fd9e1f9b

View file

@ -45,13 +45,13 @@ it('can parse response', () => {
expect(result).toMatchObject([ expect(result).toMatchObject([
{ {
start: '2021-11-20T11:00:00.000Z', start: '2021-11-20T12:00:00.000Z',
stop: '2021-11-20T17:00:00.000Z', stop: '2021-11-20T18:00:00.000Z',
title: `Aljazeera` title: `Aljazeera`
}, },
{ {
start: '2021-11-20T17:00:00.000Z', start: '2021-11-20T18:00:00.000Z',
stop: '2021-11-20T17:30:00.000Z', stop: '2021-11-20T18:30:00.000Z',
title: `Move Fiji` title: `Move Fiji`
} }
]) ])