summaryrefslogtreecommitdiffhomepage
path: root/Tests.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-09-26 10:30:16 -0400
committerJoey Hess <joeyh@joeyh.name>2016-09-26 10:30:16 -0400
commitd91d51283a3b185f80027b9573e3506cfc8e777c (patch)
treec826a3c726f0964e3d18c1e8e0e5f352136c04a5 /Tests.hs
parentd666c064b8ca06170cf4b955d5a3371fdb63881a (diff)
downloadkeysafe-d91d51283a3b185f80027b9573e3506cfc8e777c.tar.gz
reorder
Diffstat (limited to 'Tests.hs')
-rw-r--r--Tests.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests.hs b/Tests.hs
index 09a7356..1b9bd0e 100644
--- a/Tests.hs
+++ b/Tests.hs
@@ -56,7 +56,8 @@ runTests = do
tests :: [Test]
tests =
- [ backupRestoreTest "very small" $
+ [ stableNamingTest "stable naming"
+ , backupRestoreTest "very small" $
testSecretKey 1
, backupRestoreTest "full size" $
testSecretKey (objectSize testModeTunables)
@@ -64,7 +65,6 @@ tests =
testSecretKey (objectSize testModeTunables + 1)
, backupRestoreTest "many chunks" $
testSecretKey (objectSize testModeTunables * 10)
- , stableNamingTest "stable naming"
]
testSecretKey :: Int -> SecretKey