signalling tests: fix typo in test name

This commit is contained in:
Mathieu Duponchelle 2022-09-05 21:58:57 +02:00
parent c3a1536849
commit 08b79ab8f1

View file

@ -1083,7 +1083,7 @@ mod tests {
}
#[async_std::test]
async fn test_unregistering_with_listenners() {
async fn test_unregistering_with_listeners() {
let (mut tx, rx) = mpsc::unbounded();
let mut handler = Handler::new(Box::pin(rx));