Update tvtv.us.test.js

This commit is contained in:
Aleksandr Statciuk 2022-01-17 23:21:51 +03:00
parent 9cf80a0270
commit e40925568a

View file

@ -15,7 +15,7 @@ const channel = {
logo: 'https://cdn.tvpassport.com/image/station/100x100/src.png'
}
fit('can generate valid url', () => {
it('can generate valid url', () => {
expect(url({ channel, date })).toBe(
'https://www.tvtv.us/gn/d/v1.1/stations/62670/airings?startDateTime=2022-01-17T00:00:00Z&endDateTime=2022-01-18T00:00:00Z'
)