mirror of
https://github.com/iptv-org/iptv.git
synced 2024-12-27 10:07:10 +00:00
Update create.test.ts
This commit is contained in:
parent
c966a72fa8
commit
05fbfa99c7
|
@ -11,16 +11,16 @@ it('can create report', () => {
|
|||
expect(
|
||||
stdout.includes(`
|
||||
┌─────────┬─────────────┬─────────────────┬─────────────────────┬────────────────┐
|
||||
│ (index) │ issueNumber │ type │ channelId │ status │
|
||||
│ (index) │ issueNumber │ type │ channelId │ status │
|
||||
├─────────┼─────────────┼─────────────────┼─────────────────────┼────────────────┤
|
||||
│ 0 │ 14110 │ 'streams:edit' │ 'BBCAmericaEast.us' │ 'invalid_link' │
|
||||
│ 1 │ 14120 │ 'streams:edit' │ 'boo.us' │ 'invalid_id' │
|
||||
│ 2 │ 14140 │ 'broken stream' │ undefined │ 'invalid_link' │
|
||||
│ 3 │ 14175 │ 'streams:add' │ 'TFX.fr' │ 'invalid_id' │
|
||||
│ 4 │ 14176 │ 'streams:add' │ 'ManoramaNews.in' │ 'duplicate' │
|
||||
│ 5 │ 14177 │ 'streams:add' │ 'TUTV.us' │ 'fullfilled' │
|
||||
│ 6 │ 14178 │ 'streams:add' │ 'TV3.my' │ 'blocked' │
|
||||
│ 7 │ 14179 │ 'streams:add' │ 'ManoramaNews.in' │ 'pending' │
|
||||
│ 0 │ 14110 │ 'streams:edit' │ 'BBCAmericaEast.us' │ 'invalid_link' │
|
||||
│ 1 │ 14120 │ 'streams:edit' │ 'boo.us' │ 'invalid_id' │
|
||||
│ 2 │ 14140 │ 'broken stream' │ undefined │ 'invalid_link' │
|
||||
│ 3 │ 14175 │ 'streams:add' │ 'TFX.fr' │ 'invalid_id' │
|
||||
│ 4 │ 14176 │ 'streams:add' │ 'ManoramaNews.in' │ 'duplicate' │
|
||||
│ 5 │ 14177 │ 'streams:add' │ 'TUTV.us' │ 'fullfilled' │
|
||||
│ 6 │ 14178 │ 'streams:add' │ 'TV3.my' │ 'blocked' │
|
||||
│ 7 │ 14179 │ 'streams:add' │ 'ManoramaNews.in' │ 'pending' │
|
||||
└─────────┴─────────────┴─────────────────┴─────────────────────┴────────────────┘`)
|
||||
).toBe(true)
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue