Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniosBarotsis committed Dec 10, 2024
1 parent 9eeb3f7 commit 34ff01e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/broadcasts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ mod test {
let resend = &*CLIENT;
std::thread::sleep(std::time::Duration::from_secs(1));


let broadcasts = resend.broadcasts.list().await?;
assert!(!broadcasts.is_empty(), "No broadcasts found");
let broadcast = broadcasts[0].clone();
Expand Down

0 comments on commit 34ff01e

Please sign in to comment.