From 5297366a121754218a1fa91c1986ab5bb44f8ffa Mon Sep 17 00:00:00 2001 From: Julien Tanguy Date: Wed, 13 May 2015 11:08:08 +0200 Subject: [PATCH] Rearrange tests [ci skip] --- test/Crypto/Macaroon/Serializer/Base64/Tests.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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" $ -- 2.41.0