File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ def test_assert_truth(self):
1515 #
1616 # http://bit.ly/about_asserts
1717
18- self .assertTrue (False ) # This should be true
18+ self .assertTrue (False ) # This should be True
1919
2020 def test_assert_with_message (self ):
2121 """
2222 Enlightenment may be more easily achieved with appropriate messages.
2323 """
24- self .assertTrue (False , "This should be true -- Please fix this" )
24+ self .assertTrue (False , "This should be True -- Please fix this" )
2525
2626 def test_fill_in_values (self ):
2727 """
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ def test_assert_truth(self):
1414 #
1515 # http://bit.ly/about_asserts
1616
17- self .assertTrue (False ) # This should be true
17+ self .assertTrue (False ) # This should be True
1818
1919 def test_assert_with_message (self ):
2020 """
2121 Enlightenment may be more easily achieved with appropriate messages.
2222 """
23- self .assertTrue (False , "This should be true -- Please fix this" )
23+ self .assertTrue (False , "This should be True -- Please fix this" )
2424
2525 def test_fill_in_values (self ):
2626 """
You can’t perform that action at this time.
0 commit comments