diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-21 05:45:31 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-21 05:45:31 +0000 |
| commit | 12756fa66e3ec7f9dd24c66598085772829a8063 (patch) | |
| tree | d8eefd3548b6f0487a3c49852f583ea309e083d7 /tests | |
| parent | 7a81643367515a9d01eb2d4deb623e9a7c071a12 (diff) | |
removed test that checked repository test cleanup
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/repository_creation.rs | 3 |
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 @@ | |||
| 26 | mod common; | 26 | mod common; |
| 27 | 27 | ||
| 28 | use common::TestRelay; | 28 | use common::TestRelay; |
| 29 | use grasp_audit::*; | ||
| 30 | use grasp_audit::specs::grasp01::RepositoryCreationTests; | 29 | use grasp_audit::specs::grasp01::RepositoryCreationTests; |
| 30 | use 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 { | |||
| 61 | isolated_test!(test_bare_repo_created_on_announcement); | 61 | isolated_test!(test_bare_repo_created_on_announcement); |
| 62 | isolated_test!(test_repo_creation_idempotent); | 62 | isolated_test!(test_repo_creation_idempotent); |
| 63 | isolated_test!(test_bare_repo_structure); | 63 | isolated_test!(test_bare_repo_structure); |
| 64 | isolated_test!(test_repo_cleanup); \ No newline at end of file | ||