Skip to content

Commit

Permalink
Merge branch 'issue/1100' of https://github.com/hangy/Humanizer into …
Browse files Browse the repository at this point in the history
…issue/1100
  • Loading branch information
hangy committed Oct 27, 2021
2 parents e7dafdb + 07f3b65 commit 47fb0a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Humanizer.Tests.Shared/InflectorTests.cs
Expand Up @@ -376,6 +376,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" };
}

IEnumerator IEnumerable.GetEnumerator()
Expand Down

0 comments on commit 47fb0a8

Please sign in to comment.