diff options
author | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-05-13 11:08:08 +0200 |
---|---|---|
committer | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-05-13 11:08:08 +0200 |
commit | 5297366a121754218a1fa91c1986ab5bb44f8ffa (patch) | |
tree | 4b1559fd4fffe9b454aea89ef495793a835b0df0 | |
parent | 8505c3d3b428f6a31cb2f9665ebefeb3ec117f7c (diff) | |
download | hmacaroons-5297366a121754218a1fa91c1986ab5bb44f8ffa.tar.gz hmacaroons-5297366a121754218a1fa91c1986ab5bb44f8ffa.tar.zst hmacaroons-5297366a121754218a1fa91c1986ab5bb44f8ffa.zip |
Rearrange tests
[ci skip]
-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" $ |