Skip to content

Commit

Permalink
test: fix networking async test
Browse files Browse the repository at this point in the history
  • Loading branch information
b-zee committed Jan 14, 2025
1 parent d77b844 commit 540906c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ant-networking/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1322,8 +1322,8 @@ pub(crate) fn send_network_swarm_cmd(
mod tests {
use super::*;

#[test]
fn test_network_sign_verify() -> eyre::Result<()> {
#[tokio::test]
async fn test_network_sign_verify() -> eyre::Result<()> {
let (network, _, _) =
NetworkBuilder::new(Keypair::generate_ed25519(), false).build_client()?;
let msg = b"test message";
Expand Down

0 comments on commit 540906c

Please sign in to comment.