Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed May 25, 2024
1 parent b1cfdd3 commit 2843963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/concat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 2843963

Please sign in to comment.