Skip to content

Commit

Permalink
Add test for potato/potatoes
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzik authored and hangy committed Oct 27, 2021
1 parent 1ce1cd7 commit 2c35281
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Humanizer.Tests.Shared/InflectorTests.cs
Expand Up @@ -377,6 +377,7 @@ public IEnumerator<object[]> GetEnumerator()
yield return new object[] { "hoe", "hoes" };
yield return new object[] { "toe", "toes" };
yield return new object[] { "woe", "woes" };
yield return new object[] { "potato", "potatoes" };

//Issue 1132
yield return new object[] { "metadata", "metadata" };
Expand Down

0 comments on commit 2c35281

Please sign in to comment.