mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
tests: Fix typos in prop names
This commit is contained in:
parent
5cc2db4a9a
commit
324fdd802a
@ -19,8 +19,8 @@ import Test.QuickCheck
|
|||||||
|
|
||||||
spec :: Spec
|
spec :: Spec
|
||||||
spec = do
|
spec = do
|
||||||
prop "prop_encodeLinearity" prop_encodePreservation
|
prop "prop_encodePreservation" prop_encodePreservation
|
||||||
prop "prop_decodeLinearity" prop_decodePreservation
|
prop "prop_decodePreservation" prop_decodePreservation
|
||||||
|
|
||||||
-- Checking for regressions
|
-- Checking for regressions
|
||||||
describe "pInput" $ do
|
describe "pInput" $ do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user