diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-27 15:16:58 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-27 15:16:58 +0000 |
| commit | 233feae6af4b291e4860a1ddf9df2ccf82e57c2f (patch) | |
| tree | 569d798c72f3219d7d4a7035724045a624d0fc2a /grasp-audit/src/specs/grasp01/mod.rs | |
| parent | 3f18235e4d2b881b7bac543878cdf501abfe667e (diff) | |
fix(tests): update main project tests for grasp-audit API changes
Diffstat (limited to 'grasp-audit/src/specs/grasp01/mod.rs')
| -rw-r--r-- | grasp-audit/src/specs/grasp01/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grasp-audit/src/specs/grasp01/mod.rs b/grasp-audit/src/specs/grasp01/mod.rs index 5ce5eca..0d0bd9c 100644 --- a/grasp-audit/src/specs/grasp01/mod.rs +++ b/grasp-audit/src/specs/grasp01/mod.rs | |||
| @@ -13,5 +13,5 @@ pub use event_acceptance_policy::EventAcceptancePolicyTests; | |||
| 13 | pub use git_clone::GitCloneTests; | 13 | pub use git_clone::GitCloneTests; |
| 14 | pub use nip01_smoke::Nip01SmokeTests; | 14 | pub use nip01_smoke::Nip01SmokeTests; |
| 15 | pub use nip11_document::Nip11DocumentTests; | 15 | pub use nip11_document::Nip11DocumentTests; |
| 16 | pub use push_authorization::{CommitVariant, PushAuthorizationTests}; | 16 | pub use push_authorization::PushAuthorizationTests; |
| 17 | pub use repository_creation::RepositoryCreationTests; | 17 | pub use repository_creation::RepositoryCreationTests; |