Skip to content

Commit

Permalink
Fixed dim test that fails in retail
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Sep 3, 2024
1 parent fa0085d commit adb96b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTests/View/Layout/Dim.Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ public void Only_DimAbsolute_And_DimFactor_As_A_Different_Procedure_For_Assignin
#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
Expand Down

0 comments on commit adb96b6

Please sign in to comment.