Skip to content

Commit 5973394

Browse files
authored
Merge pull request #3 from telia-oss/test-travis
Test travis
2 parents a26b0bf + 47ca186 commit 5973394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_birgitta.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
def test_dummy(capsys):
7-
"""Correct my_name argument prints"""
7+
"""Correct name argument print"""
88
birgitta.dummy("Av")
99
captured = capsys.readouterr()
1010
assert f"Printing a dummy line Av" in captured.out

0 commit comments

Comments
 (0)