diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Crypto/Macaroon/Serializer/Base64/Tests.hs | 2 |
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 | ||
25 | tests :: TestTree | 25 | tests :: TestTree |
26 | tests = testGroup "Crypto.Macaroon.Serializer.Base64" [ basic | 26 | tests = 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 | |||
43 | basic :: TestTree | 42 | basic :: TestTree |
44 | basic = testGroup "Basic macaroon" [ basicSerialize | 43 | basic = testGroup "Basic macaroon" [ basicSerialize |
45 | , basicDeserialize | 44 | , basicDeserialize |
45 | , basicQC | ||
46 | ] | 46 | ] |
47 | 47 | ||
48 | basicSerialize = testCase "Serialization" $ | 48 | basicSerialize = testCase "Serialization" $ |