Skip to content

Commit

Permalink
❤️‍🩹 Fix CI by changing download format from 22 to 612
Browse files Browse the repository at this point in the history
  • Loading branch information
tgotwig committed Apr 26, 2024
1 parent 0c8b51b commit 8ccb938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mod integration {

download(
"https://www.youtube.com/watch?v=zGDzdps75ns",
"22",
"612",
"data/1.mp4",
);
fs::copy("data/1.mp4", "data/2.mp4").unwrap();
Expand Down Expand Up @@ -206,7 +206,7 @@ mod integration {
.success(),
);

assert!(get_video_info(&format!("data/{}/output.mp4", test_name)).contains("58.19 fps"));
assert!(get_video_info(&format!("data/{}/output.mp4", test_name)).contains("60 fps"));
check_for_merged_file(test_name, "output.mp4");
}

Expand Down

0 comments on commit 8ccb938

Please sign in to comment.