From 05fbfa99c7e71faaba745cad6fa92d161a9d3b32 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Thu, 19 Dec 2024 07:47:40 +0300 Subject: [PATCH] Update create.test.ts --- tests/commands/report/create.test.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/commands/report/create.test.ts b/tests/commands/report/create.test.ts index 5a3eed758..d34e82a40 100644 --- a/tests/commands/report/create.test.ts +++ b/tests/commands/report/create.test.ts @@ -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) })