From 0f92463d056172b92d24143fcc9fb4cfe882994c Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 5 Jan 2025 19:13:03 +0300 Subject: [PATCH] Update editor.test.ts --- tests/commands/channels/editor.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/commands/channels/editor.test.ts b/tests/commands/channels/editor.test.ts index 9c03ba6d..b3a6a13f 100644 --- a/tests/commands/channels/editor.test.ts +++ b/tests/commands/channels/editor.test.ts @@ -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')