Skip to content

Commit

Permalink
Update TimeSpanHumanizeTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
hangy committed Dec 1, 2016
1 parent 2e5dfe5 commit f9423de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class TimeSpanHumanizeTests
[InlineData(4, "4 dana")]
[InlineData(5, "5 dana")]
[InlineData(7, "1 tjedan")]
[InlineData(14, "2 tjedana")]
[InlineData(14, "2 tjedna")]
public void Days(int days, string expected)
{
Assert.Equal(expected, TimeSpan.FromDays(days).Humanize());
Expand Down

0 comments on commit f9423de

Please sign in to comment.