aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-11-30 22:12:52 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-11-30 22:12:52 +0000
commit1f6343a964216ac67255df1c00412c672cda0784 (patch)
treeb0aa45968dcfe914b05ef710467417a2b39ba8b8 /tests
parent52c687ebd389ae4b43096859e5137e10b4b68c78 (diff)
downloadverismith-1f6343a964216ac67255df1c00412c672cda0784.tar.gz
verismith-1f6343a964216ac67255df1c00412c672cda0784.zip
Make simple test pass
Diffstat (limited to 'tests')
-rw-r--r--tests/Test.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Test.hs b/tests/Test.hs
index b1958c3..0c631b8 100644
--- a/tests/Test.hs
+++ b/tests/Test.hs
@@ -10,7 +10,7 @@ unitTests = testGroup "Unit tests"
-- the following test does not hold
, testCase "List comparison (same length)" $
- [1, 2, 3] `compare` [1,2,2] @?= LT
+ [1, 2, 3] `compare` [1,2,2] @?= GT
]
tests :: TestTree