Undid PosCenter change

This commit is contained in:
Tig
2024-07-16 18:49:03 -06:00
parent dd6d96a825
commit 4654d4a85f

View File

@@ -56,7 +56,7 @@ public class PosCenterTests (ITestOutputHelper output)
[InlineData (10, 10, 0)]
[InlineData (10, 11, 0)]
[InlineData (10, 12, -1)]
[InlineData (19, 20, -1)]
[InlineData (19, 20, 0)]
public void PosCenter_Calculate_ReturnsExpectedValue (int superviewDimension, int width, int expectedX)
{
var posCenter = new PosCenter ();