Skip to content

Commit

Permalink
ft: updat etests
Browse files Browse the repository at this point in the history
  • Loading branch information
Winner-Timothy Bolorunduro committed Aug 26, 2020
1 parent d71ff7e commit 6d206a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shortid.Test/Configuration/GenerationOptions.Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void ShouldAssignRandomLengthOnInstantiation()
options
.Length
.Should()
.BeGreaterThan(7);
.BeGreaterThan(6);
options
.Length
.Should()
Expand Down

0 comments on commit 6d206a4

Please sign in to comment.