Skip to content

Commit

Permalink
fix typo in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
garyzhang99 committed Apr 22, 2024
1 parent 2d7fe0b commit cd38a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/execute_shell_command_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test(self) -> None:
command=self.arg2,
)
assert result.status == ServiceExecStatus.SUCCESS
assert result.content == "helloworld"
assert result.content == "Helloworld"

result = execute_shell_command(
command=self.arg3,
Expand Down

0 comments on commit cd38a4f

Please sign in to comment.