mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-11 03:35:26 +00:00
signalling tests: fix typo in test name
This commit is contained in:
parent
c3a1536849
commit
08b79ab8f1
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue