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 --- tests/push_authorization.rs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'tests/push_authorization.rs') diff --git a/tests/push_authorization.rs b/tests/push_authorization.rs index 1f8e0ca..357fefb 100644 --- a/tests/push_authorization.rs +++ b/tests/push_authorization.rs @@ -43,10 +43,7 @@ macro_rules! isolated_push_test { .await .expect("Failed to create audit client"); - let result = PushAuthorizationTests::$test_name( - &client, - &relay.domain() - ).await; + let result = PushAuthorizationTests::$test_name(&client, &relay.domain()).await; relay.stop().await; @@ -70,4 +67,4 @@ isolated_push_test!(test_push_to_nostr_ref_with_invalid_event_id_rejected); isolated_push_test!(test_pr_push_to_nostr_ref_with_wrong_commit_accepted_before_event_received); isolated_push_test!(test_pr_event_published_removes_nostr_ref_at_incorrect_commit); isolated_push_test!(test_push_to_nostr_ref_with_wrong_commit_after_event_received_rejected); -isolated_push_test!(test_push_to_nostr_ref_with_correct_commit_after_event_received_accepted); \ No newline at end of file +isolated_push_test!(test_push_to_nostr_ref_with_correct_commit_after_event_received_accepted); -- cgit v1.2.3