Skip to content

Commit

Permalink
Promote tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lynzrand committed Jan 15, 2025
1 parent 6db03ed commit a60a76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/moon/tests/test_cases/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4414,7 +4414,7 @@ fn test_nonexistent_package() {
expect![[r#"
error: $ROOT/main/moon.pkg.json: cannot import `username/hello/lib/b` in `username/hello/main`, no such package
$ROOT/main/moon.pkg.json: cannot import `username/hello/transient` in `username/hello/main`, no such package
$ROOT/moon.pkg.json: cannot import `username/transient/lib/b` in `username/transient`, no such package
$ROOT/pkg/transient/moon.pkg.json: cannot import `username/transient/lib/b` in `username/transient`, no such package
"#]],
);
}
Expand Down

0 comments on commit a60a76c

Please sign in to comment.