From 76468d14fcd59e1f390ee4497859c9f4beff290d Mon Sep 17 00:00:00 2001 From: Danpa_cho Date: Tue, 23 Jul 2024 00:41:27 +0900 Subject: [PATCH] fix: manager storage test suites fixture data --- .../plugin/__fixtures__/manager_storage.json | 34 +------------------ 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/packages/helpers/src/plugin/__fixtures__/manager_storage.json b/packages/helpers/src/plugin/__fixtures__/manager_storage.json index 793b225..9e26dfe 100644 --- a/packages/helpers/src/plugin/__fixtures__/manager_storage.json +++ b/packages/helpers/src/plugin/__fixtures__/manager_storage.json @@ -1,33 +1 @@ -{ - "plugin-1": { - "config": { - "name": "plugin-1", - "description": "Plugin description" - }, - "args": { - "arr": [ - 1, - 2 - ] - } - }, - "plugin-2": { - "config": { - "name": "plugin-2", - "description": "Plugin description" - }, - "args": { - "arr": [ - 1, - 2 - ] - } - }, - "plugin-3": { - "config": { - "name": "plugin-3", - "description": "Plugin description" - }, - "args": null - } -} \ No newline at end of file +{} \ No newline at end of file