We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c0597 commit 998380fCopy full SHA for 998380f
exercises/13.3-Filter_list_strings/test.py
@@ -5,7 +5,7 @@
5
def test_output(capsys, app):
6
import app
7
captured = capsys.readouterr()
8
- assert "['Liam', 'William', 'James', 'Benjamin', 'Samuel', 'Camila']\n" in captured.out
+ assert "['Liam', 'William', 'James', 'Benjamin', 'Amelia', 'Samuel', 'Camila']\n" in captured.out
9
10
@pytest.mark.it("Using filter function")
11
def test_map():
0 commit comments