Skip to content

Commit

Permalink
ft: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Winner-Timothy Bolorunduro committed Aug 25, 2020
1 parent bec35bd commit 165c397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shortid.Test/ShortId.Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void DoesNotAllowLengthsLessThan7()
action
.Should()
.ThrowExactly<ArgumentException>()
.WithMessage("The specified length of 6 is less than the lower limit of 8.");
.WithMessage("The specified length of 6 is less than the lower limit of 8 to avoid conflicts.");
}

[Fact]
Expand Down

0 comments on commit 165c397

Please sign in to comment.