From 18d6c354669bb108b7e215626b97e840b0b02c8d Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 18 Aug 2026 20:19:04 +0000 Subject: [PATCH] :lipstick: Fix prettier formatting in plugin-manager.spec.ts Apply prettier formatting to fix format:check failure. AI-assisted-by: qwen3.7-plus --- plugins/libs/plugins-runtime/src/lib/plugin-manager.spec.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/libs/plugins-runtime/src/lib/plugin-manager.spec.ts b/plugins/libs/plugins-runtime/src/lib/plugin-manager.spec.ts index d8131f4224..ff86e39ae2 100644 --- a/plugins/libs/plugins-runtime/src/lib/plugin-manager.spec.ts +++ b/plugins/libs/plugins-runtime/src/lib/plugin-manager.spec.ts @@ -310,9 +310,7 @@ describe('createPluginManager', () => { pluginManager.openModal('Test Modal', '/test-url'); - expect(validateUIUrl).toHaveBeenCalledWith( - 'https://example.com/plugin', - ); + expect(validateUIUrl).toHaveBeenCalledWith('https://example.com/plugin'); }); it('should throw when URL validation fails', async () => {