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 8cd9be2 commit b58316cCopy full SHA for b58316c
test/WebJobs.Script.Tests/FileMonitoringServiceTests.cs
@@ -166,6 +166,7 @@ public static async Task SuspendRestart_Restart()
166
// wait for restart
167
await Task.Delay(1000);
168
mockScriptHostManager.Verify(m => m.RestartHostAsync(default));
169
+ await fileMonitoringService.StopAsync(CancellationToken.None);
170
}
171
172
@@ -231,6 +232,7 @@ public static async Task SuspendRestart_Shutdown()
231
232
233
234
mockApplicationLifetime.Verify(m => m.StopApplication());
235
236
237
238
0 commit comments