Skip to content

Commit b92791b

Browse files
authored
Merge pull request #3 from NCAR/hua-work-template
format code with 3 leading spaces
2 parents 7c3b320 + 6026cef commit b92791b

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)