mirror of
https://github.com/iptv-org/iptv.git
synced 2026-07-07 21:10:23 +08:00
Update update-database.test.js
This commit is contained in:
parent
76fb02e976
commit
acdc2669c1
@ -96,8 +96,8 @@ it('can update database', () => {
|
||||
})
|
||||
expect(JSON.parse(lines[4])).toMatchObject({
|
||||
id: 'KayhanTV.af',
|
||||
status: { label: 'Timeout', code: 'timeout', level: 4 },
|
||||
is_broken: true,
|
||||
status: { label: 'Geo-blocked', code: 'geo_blocked', level: 2 },
|
||||
is_broken: false,
|
||||
updated: true
|
||||
})
|
||||
expect(JSON.parse(lines[5])).toMatchObject({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user