hlint
This commit is contained in:
parent
dd667844b6
commit
b61c6bc2ff
18 changed files with 50 additions and 52 deletions
2
Logs.hs
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue