Skip to content

Commit

Permalink
fix test compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Nov 6, 2024
1 parent 6eea627 commit 843f26a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/store/re_video/src/decode/ffmpeg_h264/ffmpeg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,8 @@ fn sanitize_ffmpeg_log_message(msg: &str) -> String {

#[cfg(test)]
mod tests {
use super::sanitize_ffmpeg_log_message;

#[test]
fn test_sanitize_ffmpeg_log_message() {
assert_eq!(
Expand Down

0 comments on commit 843f26a

Please sign in to comment.