summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-12-17 00:48:56 +0300
committerdefanor <defanor@uberspace.net>2017-12-17 00:48:56 +0300
commit6a437e1fe0a5fba7a4f2b3f1848f4412898c92e5 (patch)
tree880c8b24d7383267c68e46c1e2b5afe1b9aa17aa
parent1de2f778183a8890c0aa8e1f0486002f504649b5 (diff)
Fix a typo in a test name
-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))"