mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -04:00
Update editor.test.ts
This commit is contained in:
parent
c8055f10d6
commit
0f92463d05
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ describe('channels:editor', () => {
|
|||
expect((error as ExecError).status).toBe(1)
|
||||
expect((error as ExecError).stdout).toContain('CNN International | CNNInternational.us [new]')
|
||||
expect((error as ExecError).stdout).toContain(
|
||||
'CNN International Europe | CNNInternationalEurope.us [api]'
|
||||
'CNN International Europe | CNNInternationalEurope.us'
|
||||
)
|
||||
expect((error as ExecError).stdout).toContain('Overwrite')
|
||||
expect((error as ExecError).stdout).toContain('Skip')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue