forked from lavina/lavina
returned test result
This commit is contained in:
parent
000746ccb6
commit
b11bdc98b3
|
@ -222,7 +222,7 @@ async fn scenario_cap_short_negotiation() -> Result<()> {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
async fn scenario_cap_sasl_fail() -> std::result::Result<()> {
|
async fn scenario_cap_sasl_fail() -> Result<()> {
|
||||||
let mut server = TestServer::start().await?;
|
let mut server = TestServer::start().await?;
|
||||||
|
|
||||||
// test scenario
|
// test scenario
|
||||||
|
|
Loading…
Reference in New Issue