mirror of
https://github.com/iptv-org/database.git
synced 2025-05-11 04:00:01 -04:00
Update tests
This commit is contained in:
parent
f1a5eec298
commit
adc7c71c0d
2 changed files with 2 additions and 3 deletions
|
@ -75,14 +75,13 @@ describe('db:validate', () => {
|
|||
'entry with the channel "002RadioTV.do" and is_main "true" already exists'
|
||||
)
|
||||
expect((error as ExecError).stdout).toContain('"0TV.dk" is missing in the channels.csv')
|
||||
expect((error as ExecError).stdout).toContain('"SD" has an invalid replaced_by "M5.hu@HD"')
|
||||
expect((error as ExecError).stdout).toContain(
|
||||
'"0TV.dk@SD" has the wrong timezone "Europe/Copenhagen"'
|
||||
)
|
||||
expect((error as ExecError).stdout).toContain(
|
||||
'SD: "video_format" with value "576I" fails to match the required pattern'
|
||||
)
|
||||
expect((error as ExecError).stdout).toContain('10 error(s)')
|
||||
expect((error as ExecError).stdout).toContain('9 error(s)')
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue