Skip to content

Commit f96e6c4

Browse files
committed
Refactor test name
1 parent 7a95c36 commit f96e6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IntegrationEngine.Tests/EngineHostConfigurationTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public void ShouldSetupRScriptRunner()
143143
}
144144

145145
[Test]
146-
public void ShouldShutdownSchedulerAndDisposeOfMessageQueueListener()
146+
public void ShouldDisposeOfEngineResources()
147147
{
148148
var mockWebApiApplication = new Mock<IWebApiApplication>();
149149
mockWebApiApplication.Setup(x => x.Stop());

0 commit comments

Comments
 (0)