This commit is contained in:
2023-03-26 15:45:25 -07:00
parent 7b33fbe050
commit 9b896794f2
4 changed files with 24 additions and 7 deletions

View File

@ -134,8 +134,8 @@ public partial class UnitTestCalculations
[TestMethod]
public void TestMethodHumanize()
{
string successfull = $"_ {"ManualCopy".Humanize(LetterCasing.Title)} Successfull";
Assert.IsTrue(successfull == "_ Manual Copy Successfull");
string successful = $"_ {"ManualCopy".Humanize(LetterCasing.Title)} Successful";
Assert.IsTrue(successful == "_ Manual Copy Successful");
}
[TestMethod]