From 837e36a6bb63a09a8540ba5fd244a26e281c37ac Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Mon, 28 Jul 2025 04:28:14 +0300 Subject: [PATCH] Update validate.test.ts --- tests/commands/channels/validate.test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/commands/channels/validate.test.ts b/tests/commands/channels/validate.test.ts index 4dd18b37..31be169d 100644 --- a/tests/commands/channels/validate.test.ts +++ b/tests/commands/channels/validate.test.ts @@ -23,7 +23,7 @@ describe('channels:validate', () => { │ 0 │ 'duplicate' │ 'en' │ 'Bravo.us@East' │ '140' │ 'Bravo' │ └─────────┴─────────────┴──────┴─────────────────┴─────────┴─────────┘ -1 error(s) in 1 file(s) +1 problems (1 errors, 0 warnings) in 1 file(s) `) } }) @@ -43,7 +43,7 @@ describe('channels:validate', () => { │ 0 │ 'wrong_channel_id' │ 'en' │ 'CNNInternational' │ '140' │ 'CNN International' │ └─────────┴────────────────────┴──────┴────────────────────┴─────────┴─────────────────────┘ -1 error(s) in 1 file(s) +1 problems (0 errors, 1 warnings) in 1 file(s) `) } }) @@ -63,7 +63,7 @@ describe('channels:validate', () => { │ 0 │ 'wrong_feed_id' │ 'en' │ 'Bravo.us@West' │ '150' │ 'Bravo' │ └─────────┴─────────────────┴──────┴─────────────────┴─────────┴─────────┘ -1 error(s) in 1 file(s) +1 problems (0 errors, 1 warnings) in 1 file(s) `) } })