upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-11-21 05:45:31 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-11-21 05:45:31 +0000
commit12756fa66e3ec7f9dd24c66598085772829a8063 (patch)
treed8eefd3548b6f0487a3c49852f583ea309e083d7 /tests
parent7a81643367515a9d01eb2d4deb623e9a7c071a12 (diff)
removed test that checked repository test cleanup
Diffstat (limited to 'tests')
-rw-r--r--tests/repository_creation.rs3
1 files changed, 1 insertions, 2 deletions
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 @@
26mod common; 26mod common;
27 27
28use common::TestRelay; 28use common::TestRelay;
29use grasp_audit::*;
30use grasp_audit::specs::grasp01::RepositoryCreationTests; 29use grasp_audit::specs::grasp01::RepositoryCreationTests;
30use grasp_audit::*;
31 31
32/// Macro to generate isolated integration tests 32/// Macro to generate isolated integration tests
33/// 33///
@@ -61,4 +61,3 @@ macro_rules! isolated_test {
61isolated_test!(test_bare_repo_created_on_announcement); 61isolated_test!(test_bare_repo_created_on_announcement);
62isolated_test!(test_repo_creation_idempotent); 62isolated_test!(test_repo_creation_idempotent);
63isolated_test!(test_bare_repo_structure); 63isolated_test!(test_bare_repo_structure);
64isolated_test!(test_repo_cleanup); \ No newline at end of file