From a643f96bd1b8048a08277f7992ca7d43ee2423c3 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Fri, 21 Sep 2018 16:40:18 -0400 Subject: Rewrite tests for readability Replace tables of tuples with simple function calls, and normalize argument order to have outputs to the right of inputs. Also factor out some common patterns. --- tests/Data/DigestTests.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/Data/DigestTests.hs') diff --git a/tests/Data/DigestTests.hs b/tests/Data/DigestTests.hs index 5bcf3b1..d56c3d8 100644 --- a/tests/Data/DigestTests.hs +++ b/tests/Data/DigestTests.hs @@ -24,5 +24,4 @@ tests :: TestTree tests = testGroup "Data.Digest" [ Data.Digest.MD5Tests.tests , Data.Digest.SHA1Tests.tests - , Data.Digest.SHA2Tests.tests - ] + , Data.Digest.SHA2Tests.tests ] -- cgit v1.2.3