Skip to content

Commit d2b55f2

Browse files
committed
Merge pull request kyrus#14 from msabramo/remove_trailing_whitespace
Remove trailing whitespace
2 parents eeff227 + d217348 commit d2b55f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def test_attribute_time(self):
122122
self.assertEqual('246.69', suites[0][0].attributes['time'].value)
123123

124124
self.assertEqual('suite2', suites[1][0].attributes['name'].value)
125-
# here the time in testsuite is "0" even there is no attribute time for testcase
125+
# here the time in testsuite is "0" even there is no attribute time for testcase
126126
self.assertEqual('0', suites[1][0].attributes['time'].value)
127127

128128
# TODO: add more tests for the other attributes and properties
@@ -248,7 +248,7 @@ def test_init_skipped(self):
248248
tc.add_skipped_info("skipped message", "I skipped!")
249249
(ts, tcs) = serialize_and_read(TestSuite('test', [tc]))[0]
250250
verify_test_case(self, tcs[0], {'name': 'Skipped-Message-and-Output'},
251-
skipped_message="skipped message", skipped_output="I skipped!")
251+
skipped_message="skipped message", skipped_output="I skipped!")
252252

253253
def test_init_legal_unicode_char(self):
254254
tc = TestCase('Failure-Message')

0 commit comments

Comments
 (0)