Skip to content

Commit

Permalink
Fix CodeAction Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Oct 1, 2024
1 parent 746634c commit 7a022d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestUtility/TestServiceProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public static IServiceProvider Create(
var configuration = CreateConfiguration(configurationData);
var msbuildLocator = CreateMSBuildLocator(loggerFactory, assemblyLoader, configurationData);
var sharedTextWriter = CreateSharedTextWriter(testOutput);
var analyzerAssemblyLoader = ShadowCopyAnalyzerAssemblyLoader.Instance;
var analyzerAssemblyLoader = ShadowCopyAnalyzerAssemblyLoader.CreateShadowCopyLoader();

return new TestServiceProvider(
environment, loggerFactory, assemblyLoader, analyzerAssemblyLoader, sharedTextWriter,
Expand Down

0 comments on commit 7a022d4

Please sign in to comment.