From d91d51283a3b185f80027b9573e3506cfc8e777c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 26 Sep 2016 10:30:16 -0400 Subject: reorder --- Tests.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Tests.hs') 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 -- cgit v1.2.3