Skip to content

Commit 39a8be8

Browse files
committed
bless
1 parent a856b92 commit 39a8be8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

crates/forge/tests/cli/config.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1871,7 +1871,10 @@ forgetest_init!(test_exclude_lints_config, |prj, cmd| {
18711871
"unwrapped-modifier-logic".to_string(),
18721872
]
18731873
});
1874-
cmd.args(["lint"]).assert_success().stdout_eq(str![""]);
1874+
cmd.args(["lint"]).assert_success().stdout_eq(str![[r#"
1875+
No files changed, compilation skipped
1876+
1877+
"#]]);
18751878
});
18761879

18771880
// <https://github.com/foundry-rs/foundry/issues/6529>

0 commit comments

Comments
 (0)