upleb.uk

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

summaryrefslogtreecommitdiff
path: root/grasp-audit/src/specs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-12-02 14:42:26 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-12-02 14:42:26 +0000
commitc9b2e08552642bbdb67255782307abf1e7eb78d0 (patch)
tree41d41169ac617fde9bc74dff6e334c5622e60943 /grasp-audit/src/specs
parent6fe9d3280e2d675726c9d5c09538354992049b5d (diff)
refactor: fix fmt and clippy
Diffstat (limited to 'grasp-audit/src/specs')
-rw-r--r--grasp-audit/src/specs/grasp01/push_authorization.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/grasp-audit/src/specs/grasp01/push_authorization.rs b/grasp-audit/src/specs/grasp01/push_authorization.rs
index 00b8ae9..af6247f 100644
--- a/grasp-audit/src/specs/grasp01/push_authorization.rs
+++ b/grasp-audit/src/specs/grasp01/push_authorization.rs
@@ -650,7 +650,7 @@ impl PushAuthorizationTests {
650 /// 650 ///
651 /// This test uses the MaintainerStateDataPushed fixture which handles all 4 stages: 651 /// This test uses the MaintainerStateDataPushed fixture which handles all 4 stages:
652 /// 1. **Generated**: Creates ValidRepo (owner's announcement with maintainer in maintainers tag) 652 /// 1. **Generated**: Creates ValidRepo (owner's announcement with maintainer in maintainers tag)
653 /// + MaintainerState (maintainer's state event ONLY - no announcement) 653 /// + MaintainerState (maintainer's state event ONLY - no announcement)
654 /// 2. **Sent**: Sends events to relay 654 /// 2. **Sent**: Sends events to relay
655 /// 3. **Verified**: Confirms events accepted by relay 655 /// 3. **Verified**: Confirms events accepted by relay
656 /// 4. **DataPushed**: Clones repo, creates maintainer deterministic commit, pushes to relay 656 /// 4. **DataPushed**: Clones repo, creates maintainer deterministic commit, pushes to relay
@@ -692,8 +692,8 @@ impl PushAuthorizationTests {
692 /// 692 ///
693 /// This test uses the RecursiveMaintainerStateDataPushed fixture which handles all 4 stages: 693 /// This test uses the RecursiveMaintainerStateDataPushed fixture which handles all 4 stages:
694 /// 1. **Generated**: Creates MaintainerStateDataPushed (owner's + maintainer's data pushed) 694 /// 1. **Generated**: Creates MaintainerStateDataPushed (owner's + maintainer's data pushed)
695 /// + MaintainerAnnouncement (maintainer lists recursive maintainer) 695 /// + MaintainerAnnouncement (maintainer lists recursive maintainer)
696 /// + RecursiveMaintainerState (recursive maintainer's state event) 696 /// + RecursiveMaintainerState (recursive maintainer's state event)
697 /// 2. **Sent**: Sends events to relay 697 /// 2. **Sent**: Sends events to relay
698 /// 3. **Verified**: Confirms events accepted by relay 698 /// 3. **Verified**: Confirms events accepted by relay
699 /// 4. **DataPushed**: Clones repo, creates recursive maintainer deterministic commit, pushes to relay 699 /// 4. **DataPushed**: Clones repo, creates recursive maintainer deterministic commit, pushes to relay