From 129b15dfea970eff91964e560f16ef23c765e2ec Mon Sep 17 00:00:00 2001 From: JonathanTGold Date: Tue, 23 Jan 2024 15:50:22 +0200 Subject: [PATCH] fix test --- tests/e2e/common/plugin/base-plugin.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/common/plugin/base-plugin.spec.ts b/tests/e2e/common/plugin/base-plugin.spec.ts index 878d8f5f3..d3a24bd3a 100644 --- a/tests/e2e/common/plugin/base-plugin.spec.ts +++ b/tests/e2e/common/plugin/base-plugin.spec.ts @@ -7,7 +7,7 @@ describe('BasePlugin', () => { beforeEach(() => { // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore - basePlugin = BasePlugin.createPlugin('basePlugin', {}, config); + basePlugin = new BasePlugin('basePlugin', {}, config); }); afterEach(() => {