typo
This commit is contained in:
parent
40a815d873
commit
8dd9f8e49e
1 changed files with 1 additions and 1 deletions
|
@ -81,4 +81,4 @@ fileKey file = read $
|
||||||
{- for quickcheck -}
|
{- for quickcheck -}
|
||||||
prop_idempotent_fileKey :: String -> Bool
|
prop_idempotent_fileKey :: String -> Bool
|
||||||
prop_idempotent_fileKey s = k == (fileKey $ keyFile k)
|
prop_idempotent_fileKey s = k == (fileKey $ keyFile k)
|
||||||
where k = read "test:s"
|
where k = read $ "test:" ++ s
|
||||||
|
|
Loading…
Reference in a new issue