Update update-database.test.js

This commit is contained in:
Aleksandr Statciuk 2021-12-14 10:29:35 +03:00
parent 868d5839b2
commit 87495d330b
1 changed files with 2 additions and 2 deletions

View File

@ -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({