hlint suggestion
This commit is contained in:
parent
7e23d70a63
commit
8b71454445
|
@ -45,7 +45,7 @@ missingService = TestLabel "missing service" $
|
||||||
|
|
||||||
test' serv keys = let db' = pwRemoveService serv db in
|
test' serv keys = let db' = pwRemoveService serv db in
|
||||||
TestList $
|
TestList $
|
||||||
(TestLabel "key count" $ length keys ~?= length (M.keys db')) :
|
TestLabel "key count" (length keys ~?= length (M.keys db')) :
|
||||||
map
|
map
|
||||||
(\x -> TestLabel x $ TestCase $ assertBool "service missing" $ pwHasService x db')
|
(\x -> TestLabel x $ TestCase $ assertBool "service missing" $ pwHasService x db')
|
||||||
keys
|
keys
|
||||||
|
|
Loading…
Reference in New Issue
Block a user