Skip to content

Commit

Permalink
Merge pull request #60 from M1troll/patch-1
Browse files Browse the repository at this point in the history
Fix typos in test_{{cookiecutter.module_name}}.py
  • Loading branch information
bluetech authored Jan 18, 2024
2 parents 3f9cf36 + b88df8c commit be717b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_sth(bar):
'*::test_sth PASSED*',
])

# make sure that that we get a '0' exit code for the testsuite
# make sure that we get a '0' exit code for the testsuite
assert result.ret == 0


Expand Down Expand Up @@ -60,5 +60,5 @@ def test_hello_world(hello):
'*::test_hello_world PASSED*',
])

# make sure that that we get a '0' exit code for the testsuite
# make sure that we get a '0' exit code for the testsuite
assert result.ret == 0

0 comments on commit be717b8

Please sign in to comment.