fixed pep8 issue

This commit is contained in:
Justin Shepherd 2011-08-04 23:01:22 -05:00
parent 625330bbc7
commit 13fb04effa
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class ExampleSkipTestCase(test.TestCase):
@test.skip_if(False, "This test case should never be skipped.")
def test_001_increase_test_counter(self):
ExampleSkipTestCase.test_counter += 1
@test.skip_unless(True, "This test case should never be skipped.")
def test_002_increase_test_counter(self):
ExampleSkipTestCase.test_counter += 1