Skip to content

Commit

Permalink
Test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Sep 17, 2024
1 parent 1bdf84a commit c4083a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/uv/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub const INSTA_FILTERS: &[(&str, &str)] = &[
(r"tv_sec: \d+", "tv_sec: [TIME]"),
(r"tv_nsec: \d+", "tv_nsec: [TIME]"),
// Rewrite Windows output to Unix output
(r"\\([\w\d\.])", "/$1"),
(r"\\([\w\d\]|..)", "/$1"),
(r"uv.exe", "uv"),
// uv version display
(
Expand Down

0 comments on commit c4083a1

Please sign in to comment.