forked from lavina/lavina
Compare commits
No commits in common. "51fd90d95a7a07e23d3a8bf676874d49e2546689" and "57667340297adc42c7f4428781828aa3c9c9d5fe" have entirely different histories.
51fd90d95a
...
5766734029
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue