Skip to content

Commit

Permalink
fixup! Add servo as browser option
Browse files Browse the repository at this point in the history
Add `browser` arg to new assertion calling
`TestPath::from_execution_report`. This assertion was added after PR
started.
  • Loading branch information
ErichDonGubler committed May 10, 2024
1 parent 09d056d commit 548610f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moz-webgpu-cts/src/shared.rs
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ fn report_meta_match() {
assert_eq!(
format!(
"/{}",
TestPath::from_execution_report($test_run_path)
TestPath::from_execution_report($browser, $test_run_path)
.unwrap()
.runner_url_path()
),
Expand Down

0 comments on commit 548610f

Please sign in to comment.