hlint suggestion

This commit is contained in:
Jonathan Lamothe 2018-12-31 15:26:11 -05:00
parent 7e23d70a63
commit 8b71454445

View File

@ -45,7 +45,7 @@ missingService = TestLabel "missing service" $
test' serv keys = let db' = pwRemoveService serv db in
TestList $
(TestLabel "key count" $ length keys ~?= length (M.keys db')) :
TestLabel "key count" (length keys ~?= length (M.keys db')) :
map
(\x -> TestLabel x $ TestCase $ assertBool "service missing" $ pwHasService x db')
keys