Humanizer and File Name Extension Bug
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
using Humanizer;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using Phares.Shared;
|
||||
@ -122,6 +123,13 @@ public class UnitTestCalculations
|
||||
Assert.IsTrue($"({l}{d.ToString("0.00")[1..]})" == "(637967784888423594.45)");
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void TestMethodHumanize()
|
||||
{
|
||||
string successfull = $"_ {"ManualCopy".Humanize(LetterCasing.Title)} Successfull";
|
||||
Assert.IsTrue(successfull == "_ Manual Copy Successfull");
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void TestMethodDirectory()
|
||||
{
|
||||
|
Reference in New Issue
Block a user