Skip to content

Commit

Permalink
chore: fix tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuhvi committed Jul 30, 2024
1 parent 2366e06 commit debb102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubky/src/shared/pkarr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ mod tests {
use pubky_homeserver::Homeserver;

#[tokio::test]
fn homeserver_in_tokio() {
async fn homeserver_in_tokio() {
let testnet = Testnet::new(10);
let server = Homeserver::start_test(&testnet).await.unwrap();
}
Expand Down

0 comments on commit debb102

Please sign in to comment.