Skip to content

Commit

Permalink
test: fix tests on windows (part. 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarLiner committed Feb 7, 2024
1 parent 344139d commit 5eb85c7
Show file tree
Hide file tree
Showing 29 changed files with 4,129 additions and 12,337 deletions.
2 changes: 1 addition & 1 deletion src/filters/ladder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ mod tests {
slice_to_mono_block_mut(&mut output),
);

let topo = std::any::type_name::<Topo>().replace("::", "__");
let topo = std::any::type_name::<Topo>().replace("::", "__").replace('<', "_").replace('>', "_");
let name = format!("test_ladder_ir_{topo}_c{compensated}_r{resonance}");
insta::assert_csv_snapshot!(name, &output as &[_], { "[]" => insta::rounded_redaction(3) })
}
Expand Down
Loading

0 comments on commit 5eb85c7

Please sign in to comment.