You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -71,7 +70,7 @@ public void All_Scenarios_Quit_And_Init_Shutdown_Properly (Type scenarioType)
71
70
Assert.True(initialized);
72
71
73
72
74
-
Assert.True(shutdownGracefully,$"Scenario '{scenarioName}' Failed to Quit with {quitKey} after {abortTime}ms and {iterationCount} iterations. Force quit.");
73
+
Assert.True(shutdownGracefully,$"Scenario Failed to Quit with {quitKey} after {abortTime}ms and {iterationCount} iterations. Force quit.");
75
74
76
75
#if DEBUG_IDISPOSABLE
77
76
Assert.Empty(View.Instances);
@@ -92,6 +91,11 @@ void OnApplicationOnInitializedChanged (object? s, EventArgs<bool> a)
0 commit comments