We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d37213 commit 18c6653Copy full SHA for 18c6653
1 file changed
python2/koans/about_asserts.py
@@ -15,13 +15,13 @@ def test_assert_truth(self):
15
#
16
# http://bit.ly/about_asserts
17
18
- self.assertTrue(False) # This should be true
+ self.assertTrue(False) # This should be True
19
20
def test_assert_with_message(self):
21
"""
22
Enlightenment may be more easily achieved with appropriate messages.
23
24
- self.assertTrue(False, "This should be true -- Please fix this")
+ self.assertTrue(False, "This should be True -- Please fix this")
25
26
def test_fill_in_values(self):
27
0 commit comments