Update programs.test.js

This commit is contained in:
Aleksandr Statciuk 2022-06-15 18:28:52 +03:00
parent 5ac54f74ac
commit 71e3d1ccd1
1 changed files with 6 additions and 6 deletions

View File

@ -12,8 +12,8 @@ it('can parse programs', done => {
icon: 'https://example.com/image.jpg', icon: 'https://example.com/image.jpg',
season: 9, season: 9,
episode: 238, episode: 238,
start: 1640995200, start: 1640995200000,
stop: 1640998800 stop: 1640998800000
} }
] ]
} }
@ -28,8 +28,8 @@ it('can parse programs', done => {
icon: 'https://example.com/image.jpg', icon: 'https://example.com/image.jpg',
season: 9, season: 9,
episode: 238, episode: 238,
start: 1640995200, start: 1640995200000,
stop: 1640998800, stop: 1640998800000,
channel: '1tv' channel: '1tv'
} }
]) ])
@ -48,8 +48,8 @@ it('can parse programs async', done => {
icon: 'https://example.com/image.jpg', icon: 'https://example.com/image.jpg',
season: 9, season: 9,
episode: 238, episode: 238,
start: 1640995200, start: 1640995200000,
stop: 1640998800 stop: 1640998800000
} }
] ]
} }