From e44e94aceda39444d3539709341f24a6de164f31 Mon Sep 17 00:00:00 2001 From: Maximilian Algehed Date: Thu, 21 Mar 2024 08:53:49 +0100 Subject: [PATCH] minor format thing [no ci] --- src/Test/QuickCheck/Test.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Test/QuickCheck/Test.hs b/src/Test/QuickCheck/Test.hs index e994b49f..2069cffb 100644 --- a/src/Test/QuickCheck/Test.hs +++ b/src/Test/QuickCheck/Test.hs @@ -388,7 +388,7 @@ runATest st f = -- Don't add coverage info from this test st{ numDiscardedTests = numDiscardedTests st' + 1 , numRecentlyDiscardedTests = numRecentlyDiscardedTests st' + 1 - , maxSuccessTests = fromMaybe (maxSuccessTests st) (maybeNumTests res) + , maxSuccessTests = fromMaybe (maxSuccessTests st) (maybeNumTests res) , maxDiscardedRatio = fromMaybe (maxDiscardedRatio st) (maybeDiscardedRatio res) , randomSeed = rnd2 } f