From d67777905c202daba3cf3fd18e6acf5cf12b40aa Mon Sep 17 00:00:00 2001 From: pinzart90 Date: Fri, 20 Dec 2024 13:16:54 -0500 Subject: [PATCH] Update DynamoTestUIBase.cs --- test/DynamoCoreWpfTests/DynamoTestUIBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/DynamoCoreWpfTests/DynamoTestUIBase.cs b/test/DynamoCoreWpfTests/DynamoTestUIBase.cs index d0e57ad255b..5b1edb70b61 100644 --- a/test/DynamoCoreWpfTests/DynamoTestUIBase.cs +++ b/test/DynamoCoreWpfTests/DynamoTestUIBase.cs @@ -170,7 +170,7 @@ public void Exit() } TestUtilities.WebView2Tag = string.Empty; - System.Console.WriteLine($"PID {Process.GetCurrentProcess().Id} Finished test: {TestContext.CurrentContext.Test.Name}"); + System.Console.WriteLine($"PID {Process.GetCurrentProcess().Id} Finished test: {TestContext.CurrentContext.Test.Name} with DispatcherOpsCounter = {DispatcherOpsCounter}"); } protected virtual void GetLibrariesToPreload(List libraries)