fix tests
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2024-05-18 18:45:42 +02:00
parent 295fed9a72
commit 27e88ed7f7
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -104,7 +104,7 @@ pub(crate) mod tests {
} }
pub(crate) fn get_all_off_switch_map() -> SwitchMapBinary { 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) { fn check_switch_state(sim_testbench: &mut SimTestbench, expected_switch_map: &SwitchMapBinary) {