Skip to content

Commit 416af85

Browse files
committed
Set static seed for #581. Ref: #585
1 parent 71acb0a commit 416af85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Bogus.Tests/GitHubIssues/Issue581.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class Issue581
1313
[Fact]
1414
public void overflow_test()
1515
{
16-
var randomizer = new Randomizer();
16+
var randomizer = new Randomizer(1337);
1717
ulong max = ulong.MaxValue;
1818
ulong min = max - 10;
1919

0 commit comments

Comments
 (0)