Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
khanghugo committed Apr 6, 2024
1 parent b5b70ac commit da3ec6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/tas_studio/editor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4284,7 +4284,7 @@ mod tests {
})
.collect();

let smoothed = smoothed_views(1., small_window_size, 4., &frames);
let smoothed = smoothed_views(1., small_window_size, 4., &frames).1;
expect.assert_debug_eq(&smoothed);
}

Expand Down

0 comments on commit da3ec6d

Please sign in to comment.