Skip to content

Commit 5c49bcc

Browse files
authored
Fix Receiver typo (awslabs#224)
1 parent 4463351 commit 5c49bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda/src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ mod endpoint_tests {
232232
assert_eq!(rsp.status(), StatusCode::ACCEPTED);
233233

234234
// shutdown server
235-
tx.send(()).expect("Reciever has been dropped");
235+
tx.send(()).expect("Receiver has been dropped");
236236
match server.await {
237237
Ok(_) => Ok(()),
238238
Err(e) if e.is_panic() => return Err::<(), anyhow::Error>(e.into()),

0 commit comments

Comments
 (0)