summaryrefslogtreecommitdiffhomepage
path: root/Tests.hs
diff options
context:
space:
mode:
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