Rename AsyncClient to Client
This commit is contained in:
parent
311e7406f0
commit
0b58561003
10 changed files with 16 additions and 12 deletions
|
|
@ -43,7 +43,7 @@ mod tests {
|
|||
use super::jid::BareJid;
|
||||
use super::{ClientBuilder, ClientFeature, ClientType, Event};
|
||||
use std::str::FromStr;
|
||||
use tokio_xmpp::AsyncClient as TokioXmppClient;
|
||||
use tokio_xmpp::Client as TokioXmppClient;
|
||||
|
||||
#[tokio::test]
|
||||
async fn test_simple() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue