mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 10:30:03 -04:00
Update update-database.test.js
This commit is contained in:
parent
868d5839b2
commit
87495d330b
1 changed files with 2 additions and 2 deletions
|
@ -96,8 +96,8 @@ it('can update database', () => {
|
||||||
})
|
})
|
||||||
expect(JSON.parse(lines[4])).toMatchObject({
|
expect(JSON.parse(lines[4])).toMatchObject({
|
||||||
id: 'KayhanTV.af',
|
id: 'KayhanTV.af',
|
||||||
status: { label: 'Timeout', code: 'timeout', level: 4 },
|
status: { label: 'Geo-blocked', code: 'geo_blocked', level: 2 },
|
||||||
is_broken: true,
|
is_broken: false,
|
||||||
updated: true
|
updated: true
|
||||||
})
|
})
|
||||||
expect(JSON.parse(lines[5])).toMatchObject({
|
expect(JSON.parse(lines[5])).toMatchObject({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue