From 0177d184649b6dbc62d9f39539c8ea2e747a77de Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 16 Aug 2026 22:54:11 +0300 Subject: [PATCH] Update create.test.ts --- tests/commands/report/create.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/commands/report/create.test.ts b/tests/commands/report/create.test.ts index 7dd3db603a..3c71b0ca41 100644 --- a/tests/commands/report/create.test.ts +++ b/tests/commands/report/create.test.ts @@ -25,6 +25,7 @@ describe('report:create', () => { │ 8 │ 19957 │ 'channel search' │ '13thStreet.au' │ undefined │ 'channel_closed' │ │ 9 │ 20956 │ 'channel search' │ 'IONTV.us' │ undefined │ 'fulfilled' │ │ 10 │ 25157 │ 'streams:add' │ 'OnTimeSports.eg@SD' │ 'OnTime Sports SD.mu38' │ 'invalid_stream_url' │ +│ 11 │ 39097 │ 'streams:edit' │ '~' │ 'https://jmp2.uk/plu-5a74b8e1e22a61737979c6bf.m3u8' │ 'nonexistent_link' │ └─────────┴─────────────┴──────────────────┴─────────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────┴──────────────────────┘`) ).toBe(true) })