Skip to content

Commit

Permalink
Merge pull request #1677 from RickIsWright/master
Browse files Browse the repository at this point in the history
Added n to Interal so it is now Internal
  • Loading branch information
tidyui committed Jul 30, 2021
2 parents 122c44e + 0d58ca5 commit 6d41aae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Piranha.Tests/Utils/InternalId.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ namespace Piranha.Tests.Utils
{
public class InternalId
{
//corrected to GenerateInternalId
[Fact]
public void ToTitleCase() {
Assert.Equal("MyTestValue", Piranha.Utils.GenerateInteralId("mY test vAlUE"));
Assert.Equal("MyTestValue", Piranha.Utils.GenerateInternalId("mY test vAlUE"));
}
}
}

0 comments on commit 6d41aae

Please sign in to comment.