aboutsummaryrefslogtreecommitdiff
path: root/tests/Helper.hs
diff options
context:
space:
mode:
authorJoris2016-03-20 22:04:11 +0100
committerJoris2016-03-20 22:04:11 +0100
commit5edfb35f6be596e9d91df6690b9977c783bb147b (patch)
tree537c7f62879884a57957d90cf0f284a1bff51745 /tests/Helper.hs
parent28f8f4d52e72953ed8bdf1518a259c8b57ed3596 (diff)
Return Either instead of Maybe for lookup
Diffstat (limited to 'tests/Helper.hs')
-rw-r--r--tests/Helper.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Helper.hs b/tests/Helper.hs
index 00bccc9..fe2aadc 100644
--- a/tests/Helper.hs
+++ b/tests/Helper.hs
@@ -26,7 +26,6 @@ getConfig input =
T.writeFile filePath input
config <- readConfig filePath
removeFile filePath
- -- putStrLn . show $ config
return $ eitherToMaybe config
)