We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0cc34a commit cb0a311Copy full SHA for cb0a311
246/test_workouts.py
@@ -18,4 +18,4 @@ def test_print_workout_days(capsys):
18
19
print_workout_days(workout="random non-relevant workout")
20
captured = capsys.readouterr()
21
- assert captured.out == "No matching workout"
+ assert captured.out == "No matching workout\n"
0 commit comments