Skip to content

Commit 0051056

Browse files
committed
test: Update list test to match corrected help message
1 parent 33fcf24 commit 0051056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/list.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fn list_subcommand() {
3030
String::from_utf8_lossy(&output.stdout),
3131
r#"
3232
No chains to list.
33-
To initialize a chain for this branch, run git chain init <root_branch> <chain_name>
33+
To initialize a chain for this branch, run git chain init <chain_name> <root_branch>
3434
"#
3535
.trim_start()
3636
);

0 commit comments

Comments
 (0)