Skip to content

Commit

Permalink
Fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie committed Nov 27, 2017
1 parent 8ffe4ab commit 4224bc5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/IntegTest/Elocrypt/PassphraseTest.hs
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,7 @@ prop_printsCapitals (PhraseCliOptions opts)
(_, out, _, _) <- run opts'
response <- readHandle out

let phrases = lines response

return $
all (isUpper . head) . lines $ response
cover (any (any isUpper) phrases) 80 "has caps" True

0 comments on commit 4224bc5

Please sign in to comment.