From d2ac69816567f092fe0d4661723bc43778cb481b Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 1 Dec 2025 14:31:32 +0000 Subject: fix cargo clippy and fmt warnings --- grasp-audit/src/specs/grasp01/push_authorization.rs | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'grasp-audit/src/specs/grasp01/push_authorization.rs') diff --git a/grasp-audit/src/specs/grasp01/push_authorization.rs b/grasp-audit/src/specs/grasp01/push_authorization.rs index d8652ae..24eae1d 100644 --- a/grasp-audit/src/specs/grasp01/push_authorization.rs +++ b/grasp-audit/src/specs/grasp01/push_authorization.rs @@ -351,10 +351,7 @@ async fn setup_repo_with_wrong_commit_pushed( /// IMPORTANT: We must publish the EXACT same event that was used during setup, /// otherwise the event ID won't match the refs/nostr/ ref that was pushed. #[allow(dead_code)] -async fn publish_pr_event_and_wait( - ctx: &TestContext<'_>, - pr_event: &Event, -) -> Result<(), String> { +async fn publish_pr_event_and_wait(ctx: &TestContext<'_>, pr_event: &Event) -> Result<(), String> { // Publish the exact same PR event that was created during setup ctx.client() .send_event(pr_event.clone()) @@ -1892,11 +1889,6 @@ impl PushAuthorizationTests { mod tests { use super::*; - #[test] - fn test_module_exists() { - assert!(true); - } - /// Test to discover the PR test commit hash /// /// This test creates a deterministic commit with PR-specific parameters -- cgit v1.2.3