We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4463351 commit 5c49bccCopy full SHA for 5c49bcc
lambda/src/client.rs
@@ -232,7 +232,7 @@ mod endpoint_tests {
232
assert_eq!(rsp.status(), StatusCode::ACCEPTED);
233
234
// shutdown server
235
- tx.send(()).expect("Reciever has been dropped");
+ tx.send(()).expect("Receiver has been dropped");
236
match server.await {
237
Ok(_) => Ok(()),
238
Err(e) if e.is_panic() => return Err::<(), anyhow::Error>(e.into()),
0 commit comments