Skip to content

Commit

Permalink
Update src/Tests/Consolonia.Core.Tests/DrawingContextImplTests.cs
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
tomlm and coderabbitai[bot] authored Nov 19, 2024
1 parent db3900f commit fdcb77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tests/Consolonia.Core.Tests/DrawingContextImplTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ public void DrawSingleBox()
Assert.IsTrue(buffer[x, y].Foreground.Color == Colors.Red);
Assert.IsTrue(buffer[x, y].Background.Color == Colors.Blue);
}
else if (y == bottom && x >= left && x < bottom)
else if (y == bottom && x >= left && x < right)
{
// bottom side
Assert.IsTrue(buffer[x, y].Foreground.Symbol.Text == "");
Expand Down

0 comments on commit fdcb77b

Please sign in to comment.