Skip to content

Commit

Permalink
Update TextLayoutTestUtilities.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Jan 8, 2025
1 parent 079ebc6 commit 62920ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SixLabors.Fonts.Tests/TextLayoutTestUtilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ internal static class TextLayoutTestUtilities
public static void TestLayout(
string text,
TextOptions options,
float percentageTolerance = 0F,
float percentageTolerance = 0.05F,
[CallerMemberName] string test = "",
params object[] properties)
{
Expand Down

0 comments on commit 62920ee

Please sign in to comment.