garage_api: Update streaming payload stream unit tests

This commit is contained in:
Jill 2022-02-18 18:14:23 +01:00 committed by Gitea
parent 98545a16dd
commit e934934f14
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ mod tests {
let seed_signature = Hash::default();
let mut stream =
SignedPayloadStream::new(body, signing_hmac, datetime, &scope, seed_signature).unwrap();
SignedPayloadStream::new(body, signing_hmac, datetime, &scope, seed_signature);
assert!(stream.try_next().await.is_err());
match stream.try_next().await {