Răsfoiți Sursa

Fix unit test error.

BDisp 10 luni în urmă
părinte
comite
8c4778ec48
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      UnitTests/ConsoleDrivers/DriverColorTests.cs

+ 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);