diff --git a/src/tests.rs b/src/tests.rs index 3449714..0cad031 100644 --- a/src/tests.rs +++ b/src/tests.rs @@ -73,7 +73,7 @@ async fn test_iq_unimplemented() { } #[tokio::test] -async fn test_0045_join_presence_empty_room() { +async fn test_join_presence_empty_room() { let from = FullJid::from_str("foo@bar/qxx").unwrap(); let to = COMPONENT_JID .clone() @@ -148,7 +148,7 @@ async fn test_0045_join_presence_empty_room() { } #[tokio::test] -async fn test_0045_join_presence_nick_already_assigned() { +async fn test_join_presence_nick_already_assigned() { let nick = "nick"; let realjid1 = FullJid::from_str("foo@bar/qxx").unwrap();