From 2843963d53309736b179a91ee7ea6ed77eed5f6b Mon Sep 17 00:00:00 2001 From: Eric Marsden Date: Sat, 25 May 2024 14:44:39 +0200 Subject: [PATCH] Fix test name --- tests/concat.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/concat.rs b/tests/concat.rs index b2f1ac4..78660a5 100644 --- a/tests/concat.rs +++ b/tests/concat.rs @@ -51,7 +51,7 @@ async fn test_concat_noaudio() { #[test(tokio::test)] #[cfg(not(feature = "libav"))] -async fn test_concat_noaudio() { +async fn test_concat_singleases() { if env::var("CI").is_ok() { return; }