Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Jan 29, 2025
1 parent 0d2b21d commit e9e3fbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/SixLabors.Fonts.Tests/Issues/Issues_443.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public void ShouldBreakIntoTwoLinesB()
{
if (SystemFonts.TryGet("Arial", out FontFamily family))
{
Font font = family.CreateFont(100);
Font font = family.CreateFont(50);

TextLayoutTestUtilities.TestLayout(
"ABCDEF",
Expand Down

0 comments on commit e9e3fbf

Please sign in to comment.