Skip to content

Commit

Permalink
commen
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Peck committed Oct 17, 2023
1 parent 10dd9b7 commit 7e2dbef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public void NextPrimeGreaterThan(int input, int nextPrime)
[InlineData(196, 137)]
[InlineData(276, 179)]
[InlineData(330, 221)]
[InlineData(1553355606, 250478587)] // test larger than last bucket
[InlineData(1553355606, 250478587)] // test larger than last SizeMap entry
[InlineData(2003828731, 250478587)] // test overflow
public void Estimate(int input, int nextPrime)
{
Expand Down

0 comments on commit 7e2dbef

Please sign in to comment.