瀏覽代碼

Fixes #2944. TestTreeViewColor unit test sometimes fails (#3000)

BDisp 1 年之前
父節點
當前提交
3810b7d3d5
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      UnitTests/Views/TreeViewTests.cs

+ 3 - 3
UnitTests/Views/TreeViewTests.cs

@@ -866,10 +866,10 @@ namespace Terminal.Gui.ViewsTests {
 ", output);
 ", output);
 			// Should all be the same color
 			// Should all be the same color
 			TestHelpers.AssertDriverColorsAre (@"
 			TestHelpers.AssertDriverColorsAre (@"
-00000000
-00000000
 0000000000
 0000000000
-000000
+0000000000
+0000000000
+0000000000
 ", driver: Application.Driver,
 ", driver: Application.Driver,
 				new [] { tv.ColorScheme.Normal, pink });
 				new [] { tv.ColorScheme.Normal, pink });