2
0
BDisp 10 сар өмнө
parent
commit
8c4778ec48

+ 1 - 1
UnitTests/ConsoleDrivers/DriverColorTests.cs

@@ -60,7 +60,7 @@ public class DriverColorTests
 
     //[InlineData (typeof (ANSIDriver), true)]
     [InlineData (typeof (WindowsDriver), true)]
-    [InlineData (typeof (CursesDriver), false)]
+    [InlineData (typeof (CursesDriver), true)]
     public void SupportsTrueColor_Defaults (Type driverType, bool expectedSetting)
     {
         var driver = (ConsoleDriver)Activator.CreateInstance (driverType);