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 7a95c36 commit f96e6c4Copy full SHA for f96e6c4
IntegrationEngine.Tests/EngineHostConfigurationTest.cs
@@ -143,7 +143,7 @@ public void ShouldSetupRScriptRunner()
143
}
144
145
[Test]
146
- public void ShouldShutdownSchedulerAndDisposeOfMessageQueueListener()
+ public void ShouldDisposeOfEngineResources()
147
{
148
var mockWebApiApplication = new Mock<IWebApiApplication>();
149
mockWebApiApplication.Setup(x => x.Stop());
0 commit comments