Skip to content

Commit 62ce5bc

Browse files
chore: fixed dead link in ui_runner.rs (#10645)
* Update dead link in `ui_runner.rs` * Update crates/test-utils/src/ui_runner.rs --------- Co-authored-by: zerosnacks <[email protected]>
1 parent 2d5161d commit 62ce5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/test-utils/src/ui_runner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use std::path::Path;
22
use ui_test::spanned::Spanned;
33

4-
/// Test runner based on `ui_test`. Adapted from `https://github.com/paradigmxyz/solar/tools/tester`.
4+
/// Test runner based on `ui_test`. Adapted from `https://github.com/paradigmxyz/solar/blob/main/tools/tester/src/lib.rs`.
55
pub fn run_tests<'a>(cmd: &str, cmd_path: &'a Path, testdata: &'a Path) -> eyre::Result<()> {
66
ui_test::color_eyre::install()?;
77

0 commit comments

Comments
 (0)