From c1e415887ab00b1565e73abfbbaac51b8c61b908 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 30 May 2023 16:11:29 -0400 Subject: [PATCH] improve test descriptions --- Test.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Test.hs b/Test.hs index 673a9d5ee6..e6204d4f3e 100644 --- a/Test.hs +++ b/Test.hs @@ -282,8 +282,8 @@ repoTests note numparts = map mk $ sep , testCase "readonly remote" test_readonly_remote , testCase "ignore deleted files" test_ignore_deleted_files , testCase "metadata" test_metadata - , testCase "export_import" test_export_import - , testCase "export_import_subdir" test_export_import_subdir + , testCase "export and import" test_export_import + , testCase "export and import of subdir" test_export_import_subdir , testCase "shared clone" test_shared_clone , testCase "log" test_log , testCase "view" test_view