From 6a437e1fe0a5fba7a4f2b3f1848f4412898c92e5 Mon Sep 17 00:00:00 2001 From: defanor Date: Sun, 17 Dec 2017 00:48:56 +0300 Subject: Fix a typo in a test name --- test/Test.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))" -- cgit v1.2.3