Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLYang committed Oct 25, 2024
1 parent 7898507 commit f79eeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turborepo/tests/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fn test_trace() -> Result<(), anyhow::Error> {
"get `main.ts` with ast" => "query { file(path: \"main.ts\") { path ast } }",
);

insta::with_settings!({ filters => vec![(r"\\", "/")]}, {
insta::with_settings!({ filters => vec![(r"\\\\", "/")]}, {
check_json!(
"turbo_trace",
"[email protected]",
Expand Down

0 comments on commit f79eeff

Please sign in to comment.