Skip to content

Commit

Permalink
Fixes gui-cs#2944. TestTreeViewColor unit test sometimes fails
Browse files Browse the repository at this point in the history
  • Loading branch information
BDisp committed Nov 16, 2023
1 parent 8cb10f8 commit 2639961
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UnitTests/Views/TreeViewTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 });

Expand Down

0 comments on commit 2639961

Please sign in to comment.