We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf6ae00 commit 5744b73Copy full SHA for 5744b73
src/Test/L0/Worker/ContainerOperationProviderL0Base.cs
@@ -111,10 +111,7 @@ protected void SetupProcessInvokerMock(TestHostContext hc)
111
#pragma warning disable CA2000
112
var processInvoker = new FakeProcessInvoker();
113
#pragma warning restore CA2000
114
- hc.EnqueueInstance<IProcessInvoker>(processInvoker);
115
116
117
+ hc.SetSingleton<IProcessInvoker>(processInvoker);
118
}
119
120
0 commit comments