From 12756fa66e3ec7f9dd24c66598085772829a8063 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 21 Nov 2025 05:45:31 +0000 Subject: removed test that checked repository test cleanup --- tests/repository_creation.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/repository_creation.rs') diff --git a/tests/repository_creation.rs b/tests/repository_creation.rs index f57899d..569f77e 100644 --- a/tests/repository_creation.rs +++ b/tests/repository_creation.rs @@ -26,8 +26,8 @@ mod common; use common::TestRelay; -use grasp_audit::*; use grasp_audit::specs::grasp01::RepositoryCreationTests; +use grasp_audit::*; /// Macro to generate isolated integration tests /// @@ -61,4 +61,3 @@ macro_rules! isolated_test { isolated_test!(test_bare_repo_created_on_announcement); isolated_test!(test_repo_creation_idempotent); isolated_test!(test_bare_repo_structure); -isolated_test!(test_repo_cleanup); \ No newline at end of file -- cgit v1.2.3