]> git.immae.eu Git - github/fretlink/hmacaroons.git/commitdiff
Rearrange tests
authorJulien Tanguy <julien.tanguy@jhome.fr>
Wed, 13 May 2015 09:08:08 +0000 (11:08 +0200)
committerJulien Tanguy <julien.tanguy@jhome.fr>
Wed, 13 May 2015 09:08:08 +0000 (11:08 +0200)
[ci skip]

test/Crypto/Macaroon/Serializer/Base64/Tests.hs

index fe5352e85053e1d445f48de7f2032ca8b35b6966..19084afddd1371faa93295dfbaef780a86223565 100644 (file)
@@ -24,7 +24,6 @@ import Crypto.Macaroon.Instances
 
 tests :: TestTree
 tests = testGroup "Crypto.Macaroon.Serializer.Base64" [ basic
-                                                      , basicQC
                                                       , minted
                                                       , minted2
                                                       -- , minted3
@@ -43,6 +42,7 @@ m = create secret key loc
 basic :: TestTree
 basic = testGroup "Basic macaroon" [ basicSerialize
                                    , basicDeserialize
+                                   , basicQC
                                    ]
 
 basicSerialize = testCase "Serialization" $