tests: remove _0045 in fn name
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
29b952a726
commit
d1d7aea45b
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue