Skip to content

Commit

Permalink
internal: fix an unstable test
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunchen committed Jul 18, 2024
1 parent a9ced5c commit 089a31f
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 @@ -3671,7 +3671,7 @@ fn test_multi_process() {
fn test_internal_package() {
let dir = TestDir::new("internal_package.in");
check(
&get_stderr_with_args_and_replace_dir(&dir, ["check"]),
&get_stderr_with_args_and_replace_dir(&dir, ["check", "--sort-input"]),
expect![[r#"
error: $ROOT/lib2/moon.pkg.json: cannot import internal package `username/hello/lib/internal` in `username/hello/lib2`
$ROOT/lib2/moon.pkg.json: cannot import internal package `username/hello/lib/internal/b` in `username/hello/lib2`
Expand Down

0 comments on commit 089a31f

Please sign in to comment.