Skip to content

Commit

Permalink
RunWithFakeThreshold
Browse files Browse the repository at this point in the history
  • Loading branch information
kzrnm committed Jan 18, 2024
1 parent 7d64f49 commit c72c0b6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -134,7 +134,7 @@ public static void Boundary()
public static void RunDivRemMedium()
{
Test();
BigIntTools.Utils.RunWithFakeThreshold("DivideThreshold", 5, Test);
BigIntTools.Utils.RunWithFakeThreshold(BigIntegerCalculator.DivideThreshold, 5, Test);

void Test()
{
Expand Down

0 comments on commit c72c0b6

Please sign in to comment.