Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawkyZ committed Nov 6, 2024
1 parent 20efaf4 commit 5fd3b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/unit/common/languageServer/languageServer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ suite('Language Server', () => {
folderConfigs: [],
authenticationMethod: 'oauth',
enableSnykOSSQuickFixCodeActions: 'false',
hoverVerbosity: 0
hoverVerbosity: 0,
};

deepStrictEqual(await languageServer.getInitializationOptions(), expectedInitializationOptions);
Expand Down

0 comments on commit 5fd3b40

Please sign in to comment.