Skip to content

Commit

Permalink
minor: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Flash committed Sep 9, 2024
1 parent 61c2551 commit e8ab626
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions crates/moon/tests/test_cases/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3503,18 +3503,18 @@ fn test_deny_warn() {
&get_stderr_on_success_with_args_and_replace_dir(&dir, ["check", "--sort-input"]),
expect![[r#"
Warning: [2000]
╭─[$ROOT/lib/hello.mbt:14:3]
╭─[$ROOT/lib/hello.mbt:13:3]
14alert_2();
13alert_1();
│ ───┬───
│ ╰───── Warning (Alert alert_2): alert_2
│ ╰───── Warning (Alert alert_1): alert_1
────╯
Warning: [2000]
╭─[$ROOT/lib/hello.mbt:13:3]
╭─[$ROOT/lib/hello.mbt:14:3]
13alert_1();
14alert_2();
│ ───┬───
│ ╰───── Warning (Alert alert_1): alert_1
│ ╰───── Warning (Alert alert_2): alert_2
────╯
Warning: [1002]
╭─[$ROOT/lib/hello.mbt:4:7]
Expand Down

0 comments on commit e8ab626

Please sign in to comment.