We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb8180 commit 6026cefCopy full SHA for 6026cef
1 file changed
tests/test_hello_world.py
@@ -4,8 +4,8 @@
4
from src.rda_python_template.hello_world import get_string
5
6
def test_get_string():
7
- assert get_string('Bob') == 'Bob: Hello World!'
+ assert get_string('Bob') == 'Bob: Hello World!'
8
9
def test_raises_exception_on_non_string_arguments():
10
- with pytest.raises(TypeError):
11
- get_string(9)
+ with pytest.raises(TypeError):
+ get_string(9)
0 commit comments