Skip to content

Commit 85eb1da

Browse files
committed
Updated tests to match reality, by Piotr
1 parent 4a4d15c commit 85eb1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_students.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def test_returns_true_and_informs_when_student_removed(self, mocker):
6464

6565
result = Students().delete(student)
6666

67-
assert mock_snake.call_args == call(f"{student!r} removed from the students list!")
67+
assert mock_snake.call_args == call(f"{student!r} removed from the list of students!")
6868
assert mock_info.call_args == call(mock_snake.return_value)
6969
assert result is True
7070

0 commit comments

Comments
 (0)