Skip to content

Commit

Permalink
Fix whitespace LINT bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Ehliar committed Apr 22, 2016
1 parent 96d3eca commit 79b0540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vunit/test/unit/test_test_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_report_with_missing_tests(self):
self.assertTrue(report.result_of("passed_test1").passed)
self.assertRaises(KeyError,
report.result_of, "invalid_test")

def test_report_with_failed_tests(self):
report = self._report_with_some_failed_tests()
report.set_real_total_time(12.0)
Expand Down Expand Up @@ -234,7 +234,7 @@ def _report_with_missing_tests(self):
output_file_name=self.output_file_name)
report.set_expected_num_tests(3)
return report

def _report_with_some_failed_tests(self):
" @returns A report with some failed tests "
report = self._new_report()
Expand Down

0 comments on commit 79b0540

Please sign in to comment.