diff options
Diffstat (limited to 'grasp-audit/src/specs/mod.rs')
| -rw-r--r-- | grasp-audit/src/specs/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grasp-audit/src/specs/mod.rs b/grasp-audit/src/specs/mod.rs index bf711fa..ceae684 100644 --- a/grasp-audit/src/specs/mod.rs +++ b/grasp-audit/src/specs/mod.rs | |||
| @@ -7,5 +7,5 @@ pub mod grasp01; | |||
| 7 | // Re-export all test structs from grasp01 module | 7 | // Re-export all test structs from grasp01 module |
| 8 | pub use grasp01::{ | 8 | pub use grasp01::{ |
| 9 | CorsTests, EventAcceptancePolicyTests, GitCloneTests, GitFilterTests, Nip01SmokeTests, | 9 | CorsTests, EventAcceptancePolicyTests, GitCloneTests, GitFilterTests, Nip01SmokeTests, |
| 10 | Nip11DocumentTests, PushAuthorizationTests, RepositoryCreationTests, | 10 | Nip11DocumentTests, PurgatoryTests, PushAuthorizationTests, RepositoryCreationTests, |
| 11 | }; | 11 | }; |