Skip to content

Commit

Permalink
Update help command output in test
Browse files Browse the repository at this point in the history
The help command output in the test file commands_aggregator/help.rs has been revised. The updated test now expects an output that starts with "Help command", aligning it with the new format changes.
  • Loading branch information
Barsik-sus committed Mar 22, 2024
1 parent ee11025 commit 8999fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/move/wca/tests/inc/commands_aggregator/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ wca = {{path = "{}"}}"#,

assert_eq!
(
"echo < subjects > < properties > - prints all subjects and properties\n\nSubjects:\n\t- Subject [String] ?\nProperties:\n\tproperty - simple property [String] ?\n",
"Help command\n\necho < subjects > < properties > - prints all subjects and properties\n\nSubjects:\n\t- Subject [?String]\nProperties:\n\tproperty - simple property [?String]\n",
result
);
}

0 comments on commit 8999fd2

Please sign in to comment.