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.
2 parents a57443c + 0e49626 commit ed4dc54Copy full SHA for ed4dc54
test_project.py
@@ -2,8 +2,10 @@
2
3
from nose.tools import assert_equal
4
5
+
6
def test_apple():
- assert_equal(project.letter_in_string('apple', True)
7
-
+ assert_equal(project.letter_in_string('apple'), True)
8
9
10
def test_lemon():
- assert_equal(project.letter_in_string('lemon', False)
11
+ assert_equal(project.letter_in_string('lemon'), True)
0 commit comments