Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTGold committed Jan 23, 2024
1 parent f8ebe0c commit 129b15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/common/plugin/base-plugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit 129b15d

Please sign in to comment.