From f1538763a607da01f2ef1d3928f8b542205f94b8 Mon Sep 17 00:00:00 2001 From: BDisp Date: Thu, 16 Nov 2023 15:46:52 +0000 Subject: [PATCH] Fixes #2944. TestTreeViewColor unit test sometimes fails --- UnitTests/Views/TreeViewTests.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UnitTests/Views/TreeViewTests.cs b/UnitTests/Views/TreeViewTests.cs index 9182516948..4318dd989d 100644 --- a/UnitTests/Views/TreeViewTests.cs +++ b/UnitTests/Views/TreeViewTests.cs @@ -866,10 +866,10 @@ public void TestTreeViewColor () ", output); // Should all be the same color TestHelpers.AssertDriverColorsAre (@" -00000000 -00000000 0000000000 -000000 +0000000000 +0000000000 +0000000000 ", driver: Application.Driver, new [] { tv.ColorScheme.Normal, pink });