mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
sync: fix typo in name of test (#6693)
This commit is contained in:
parent
fc058b9561
commit
f71bded943
@ -355,7 +355,7 @@ async fn multiple_sender() {
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn reciever_is_notified_when_last_sender_is_dropped() {
|
||||
async fn receiver_is_notified_when_last_sender_is_dropped() {
|
||||
let (tx1, mut rx) = watch::channel(0);
|
||||
let tx2 = tx1.clone();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user