Update raiplay.it.test.js

Change local to UTC time
This commit is contained in:
Michele Castellaneta 2022-05-10 10:56:36 +02:00 committed by GitHub
parent 1f95bfc2aa
commit 4d09aa8d56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,8 +27,8 @@ it('can parse response', () => {
expect(result).toMatchObject([ expect(result).toMatchObject([
{ {
start: '2022-05-03T19:40:00.000Z', start: '2022-05-03T17:40:00.000Z',
stop: '2022-05-03T20:30:00.000Z', stop: '2022-05-03T18:30:00.000Z',
title: 'The Good Doctor S3E5 - La prima volta', title: 'The Good Doctor S3E5 - La prima volta',
description: description:
"Shaun affronta il suo primo intervento. Il caso si rivela complicato e, nonostante Shaun abbia un'idea geniale, sarà Andrews a portare a termine l'operazione.", "Shaun affronta il suo primo intervento. Il caso si rivela complicato e, nonostante Shaun abbia un'idea geniale, sarà Andrews a portare a termine l'operazione.",