Skip to content

Commit f319f2f

Browse files
committed
style: fix formatting in e2e_event_reminder.rs
1 parent 84b0dad commit f319f2f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

crates/buzz-test-client/tests/e2e_event_reminder.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
1717
use std::time::Duration;
1818

19+
use buzz_test_client::{BuzzTestClient, RelayMessage};
1920
use nostr::{EventBuilder, Filter, Keys, Kind, Tag};
2021
use reqwest::Client;
2122
use serde_json::Value;
22-
use buzz_test_client::{BuzzTestClient, RelayMessage};
2323

2424
const KIND_EVENT_REMINDER: u16 = 30300;
2525

@@ -577,9 +577,7 @@ async fn test_author_can_subscribe_to_own_reminders_ws() {
577577
assert!(accepted, "setup failed: {msg}");
578578

579579
// Subscribe via WebSocket as the author
580-
let mut ws = BuzzTestClient::connect(&url, &keys)
581-
.await
582-
.expect("connect");
580+
let mut ws = BuzzTestClient::connect(&url, &keys).await.expect("connect");
583581
let sid = sub_id("author-read");
584582
let filter = Filter::new()
585583
.kind(Kind::Custom(KIND_EVENT_REMINDER))

0 commit comments

Comments
 (0)