summaryrefslogtreecommitdiff
path: root/Logs.hs
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-10-09 15:35:19 -0400
committerJoey Hess <joey@kitenet.net>2014-10-09 15:46:05 -0400
commitb61c6bc2ffbde67ca1cea567d69616d0c7617807 (patch)
treefde401cc66fdf29811abea5810f2e5a6b5472f01 /Logs.hs
parentdd667844b6b533f608709e4242ba85ddab4de8bf (diff)
hlint
Diffstat (limited to 'Logs.hs')
-rw-r--r--Logs.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Logs.hs b/Logs.hs
index a4522bd926..d18339361a 100644
--- a/Logs.hs
+++ b/Logs.hs
@@ -173,7 +173,7 @@ prop_logs_sane dummykey = and
, expect gotNewUUIDBasedLog (getLogVariety $ remoteStateLogFile dummykey)
, expect gotChunkLog (getLogVariety $ chunkLogFile dummykey)
, expect gotOtherLog (getLogVariety $ metaDataLogFile dummykey)
- , expect gotOtherLog (getLogVariety $ numcopiesLog)
+ , expect gotOtherLog (getLogVariety numcopiesLog)
]
where
expect = maybe False