Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 73c004d

Browse files
committed
typo
1 parent 62e49fe commit 73c004d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01_hello/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test_runnable():
2626
def test_executable():
2727
"""Says 'Hello, World!' by default"""
2828

29-
out = getoutput({prg})
29+
out = getoutput(prg)
3030
assert out.strip() == 'Hello, World!'
3131

3232

0 commit comments

Comments
 (0)