Skip to content

Commit 0d2ba13

Browse files
authored
Update tests.py
1 parent f7e459f commit 0d2ba13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/06-lambda-functions/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def test_declare_variable():
88
regex = re.compile(r"is_odd(\s*)=(\s*)lambda")
99
assert bool(regex.search(content)) == True
1010

11-
@pytest.mark.it("The function 'is_odd' must exist")
11+
@pytest.mark.it('The function is_odd must exist')
1212
def test_for_callable(capsys):
1313
import app as app
1414
assert callable(app.is_odd)

0 commit comments

Comments
 (0)