Skip to content

Commit d92af24

Browse files
authored
Fix server-side option name for test
1 parent ede011f commit d92af24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lsptoolshost/unitTests/configurationMiddleware.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ const testData = [
268268
section: editorBehaviorSection,
269269
},
270270
{
271-
serverOption: 'csharp|formatting.dotnet_formatting_sort_imports',
271+
serverOption: 'csharp|formatting.dotnet_organize_imports_on_format',
272272
vsCodeConfiguration: 'dotnet.formatting.organizeImportsOnFormat',
273273
declareInPackageJson: true,
274274
section: editorBehaviorSection,

0 commit comments

Comments
 (0)