Skip to content

Commit 6026cef

Browse files
author
zaihuaji
committed
for code with 3 leading spaces
1 parent ecb8180 commit 6026cef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_hello_world.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
from src.rda_python_template.hello_world import get_string
55

66
def test_get_string():
7-
assert get_string('Bob') == 'Bob: Hello World!'
7+
assert get_string('Bob') == 'Bob: Hello World!'
88

99
def test_raises_exception_on_non_string_arguments():
10-
with pytest.raises(TypeError):
11-
get_string(9)
10+
with pytest.raises(TypeError):
11+
get_string(9)

0 commit comments

Comments
 (0)