Skip to content

Commit

Permalink
Use correct composition for global options tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dibarbet committed Dec 5, 2022
1 parent 7fc2c5b commit 5aaa4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EditorFeatures/Test/Options/GlobalOptionsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ static void Recurse(Type type, object options, object defaultOptions, string lan

private static TestWorkspace CreateWorkspace(out TestGlobalOptions globalOptions)
{
var composition = EditorTestCompositions.LanguageServerProtocol.
var composition = EditorTestCompositions.LanguageServerProtocolEditorFeatures.
AddExcludedPartTypes(typeof(GlobalOptionService)).
AddParts(typeof(TestGlobalOptions));

Expand Down

0 comments on commit 5aaa4fb

Please sign in to comment.