aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorJulien Tanguy <julien.tanguy@jhome.fr>2015-05-13 11:08:08 +0200
committerJulien Tanguy <julien.tanguy@jhome.fr>2015-05-13 11:08:08 +0200
commit5297366a121754218a1fa91c1986ab5bb44f8ffa (patch)
tree4b1559fd4fffe9b454aea89ef495793a835b0df0 /test
parent8505c3d3b428f6a31cb2f9665ebefeb3ec117f7c (diff)
downloadhmacaroons-5297366a121754218a1fa91c1986ab5bb44f8ffa.tar.gz
hmacaroons-5297366a121754218a1fa91c1986ab5bb44f8ffa.tar.zst
hmacaroons-5297366a121754218a1fa91c1986ab5bb44f8ffa.zip
Rearrange tests
[ci skip]
Diffstat (limited to 'test')
-rw-r--r--test/Crypto/Macaroon/Serializer/Base64/Tests.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Crypto/Macaroon/Serializer/Base64/Tests.hs b/test/Crypto/Macaroon/Serializer/Base64/Tests.hs
index fe5352e..19084af 100644
--- a/test/Crypto/Macaroon/Serializer/Base64/Tests.hs
+++ b/test/Crypto/Macaroon/Serializer/Base64/Tests.hs
@@ -24,7 +24,6 @@ import Crypto.Macaroon.Instances
24 24
25tests :: TestTree 25tests :: TestTree
26tests = testGroup "Crypto.Macaroon.Serializer.Base64" [ basic 26tests = testGroup "Crypto.Macaroon.Serializer.Base64" [ basic
27 , basicQC
28 , minted 27 , minted
29 , minted2 28 , minted2
30 -- , minted3 29 -- , minted3
@@ -43,6 +42,7 @@ m = create secret key loc
43basic :: TestTree 42basic :: TestTree
44basic = testGroup "Basic macaroon" [ basicSerialize 43basic = testGroup "Basic macaroon" [ basicSerialize
45 , basicDeserialize 44 , basicDeserialize
45 , basicQC
46 ] 46 ]
47 47
48basicSerialize = testCase "Serialization" $ 48basicSerialize = testCase "Serialization" $