fix accidental change to Test.hs while making comment

This commit is contained in:
Joey Hess 2022-03-14 13:10:37 -04:00
parent 8f05bcc98f
commit 62e6c6afb9
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -165,8 +165,9 @@ ingredients =
tests :: Bool -> Bool -> TestOptions -> TestTree tests :: Bool -> Bool -> TestOptions -> TestTree
tests crippledfilesystem adjustedbranchok opts = tests crippledfilesystem adjustedbranchok opts =
testGroup "Tests" $ testGroup "Tests" $ properties
map (\(d, te) -> withTestMode te (Just initTests) (unitTests d)) testmodes : withTestMode remotetestmode Nothing testRemotes
: map (\(d, te) -> withTestMode te (Just initTests) (unitTests d)) testmodes
where where
testmodes = catMaybes testmodes = catMaybes
[ canadjust ("v8 adjusted unlocked branch", (testMode opts (RepoVersion 8)) { adjustedUnlockedBranch = True }) [ canadjust ("v8 adjusted unlocked branch", (testMode opts (RepoVersion 8)) { adjustedUnlockedBranch = True })