Skip to content

Commit 10b5393

Browse files
author
Your Name
committed
Pre-commit update
1 parent 7cd9c0c commit 10b5393

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/basic/test_run_cmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
def test_run_cmd_echo():
7-
command = "echo \"Hello World\""
7+
command = 'echo "Hello World"'
88
exit_code, output = run_cmd(command)
99

1010
assert exit_code == 0

0 commit comments

Comments
 (0)