Skip to content

Commit 0c70305

Browse files
authored
test: update test (#9226)
1 parent 4389cbc commit 0c70305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/forge/tests/cli/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ forgetest_init!(can_parse_remappings_correctly, |prj, cmd| {
261261
cmd.forge_fuse().args(["install", dep, "--no-commit"]).assert_success().stdout_eq(str![[
262262
r#"
263263
Installing solmate in [..] (url: Some("https://github.com/transmissions11/solmate"), tag: None)
264-
Installed solmate
264+
Installed solmate[..]
265265
266266
"#
267267
]]);

0 commit comments

Comments
 (0)