Browse Source

Fixed dim test that fails in retail

Tig 11 months ago
parent
commit
f74d75d9fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UnitTests/View/Layout/Dim.Tests.cs

+ 1 - 1
UnitTests/View/Layout/Dim.Tests.cs

@@ -342,7 +342,7 @@ public class DimTests
 #if DEBUG
                        Assert.Equal ("Combine(Fill(Absolute(0))-Absolute(2))", v2.Height.ToString ());
 #else
-                       Assert.Equal ("Combine(Fill(0)-Absolute(2))", v2.Height.ToString ());
+                       Assert.Equal ("Combine(Fill(Absolute(0)-Absolute(2))", v2.Height.ToString ());
 #endif
                        Assert.Equal (47, v2.Frame.Width); // 49-2=47
                        Assert.Equal (89, v2.Frame.Height); // 98-5-2-2=89