Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed May 18, 2024
1 parent 295fed9 commit 27e88ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satrs-minisim/src/eps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ pub(crate) mod tests {
}

pub(crate) fn get_all_off_switch_map() -> SwitchMapBinary {
SwitchMapBinary::default()
SwitchMapBinaryWrapper::default().0
}

fn check_switch_state(sim_testbench: &mut SimTestbench, expected_switch_map: &SwitchMapBinary) {
Expand Down

0 comments on commit 27e88ed

Please sign in to comment.