Skip to content

Commit cb0a311

Browse files
bites 246
1 parent f0cc34a commit cb0a311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

246/test_workouts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ def test_print_workout_days(capsys):
1818

1919
print_workout_days(workout="random non-relevant workout")
2020
captured = capsys.readouterr()
21-
assert captured.out == "No matching workout"
21+
assert captured.out == "No matching workout\n"

0 commit comments

Comments
 (0)