forked from lavina/lavina
1
0
Fork 0

Compare commits

..

No commits in common. "51fd90d95a7a07e23d3a8bf676874d49e2546689" and "57667340297adc42c7f4428781828aa3c9c9d5fe" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ async fn scenario_wrong_password() -> Result<()> {
assert_matches!(s.next_xml_event().await?, Event::Empty(b) => assert_eq!(b.local_name().into_inner(), b"not-authorized"));
assert_matches!(s.next_xml_event().await?, Event::End(b) => assert_eq!(b.local_name().into_inner(), b"failure"));
let _ = stream.shutdown().await;
stream.shutdown().await?;
// wrap up