Skip to content

Commit

Permalink
chore: Change function name
Browse files Browse the repository at this point in the history
  • Loading branch information
IshanGrover2004 committed Aug 10, 2024
1 parent c1825d8 commit 5bd3327
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/rust/src/decoder/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ mod test {

#[test]
fn test_update_time_show() {
set_temp_cb_values();
set_test_cb_values();
let mut timing = get_temp_timing_ctx();
let mut window = dtvcc_window::default();
window.update_time_show(&mut timing);
Expand All @@ -573,7 +573,7 @@ mod test {

#[test]
fn test_update_time_end() {
set_temp_cb_values();
set_test_cb_values();
let mut timing = get_temp_timing_ctx();
let mut window = dtvcc_window::default();
window.update_time_hide(&mut timing);
Expand Down Expand Up @@ -737,7 +737,7 @@ mod test {
}
}

fn set_temp_cb_values() {
fn set_test_cb_values() {
unsafe {
cb_708 = 10;
cb_field1 = 20;
Expand Down

0 comments on commit 5bd3327

Please sign in to comment.