Skip to content

Commit 51c0b30

Browse files
Fix typo in unit test
1 parent 8b266a1 commit 51c0b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IronSoftware.Drawing/IronSoftware.Drawing.Common.Tests/UnitTests/FontFunctionality.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ public void CastFontTypes_from_Font_Should_throw_exception(string fontName, Font
371371
_ => fontName.Replace(" ", "")
372372
};
373373

374-
Assert.Contains($"You have set a non PDF standatd FontType: {expectedFontName}, Please select one from IronSoftware.Drawing.FontTypes.", ex.Message);
374+
Assert.Contains($"You have set a non PDF standard FontType: {expectedFontName}, Please select one from IronSoftware.Drawing.FontTypes.", ex.Message);
375375
}
376376

377377
#if !NETFRAMEWORK

0 commit comments

Comments
 (0)