summaryrefslogtreecommitdiff
path: root/test/Test.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Test.hs')
-rw-r--r--test/Test.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Test.hs b/test/Test.hs
index 1ed55b8..1771202 100644
--- a/test/Test.hs
+++ b/test/Test.hs
@@ -132,7 +132,7 @@ variousOptions tt =
qcProps :: TestTree
qcProps = testGroup "Quickcheck properties"
- [ testGroup "Right == fromARgs opt . toArgs opt"
+ [ testGroup "Right == fromArgs opt . toArgs opt"
(variousOptions $ \opt ->
variousTypes $ \p n -> QC.testProperty n (printAndParse opt p))
, testGroup "xs == rights (readDSV opt (showDSV opt xs))"