summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorJustin Shepherd <jshepher@rackspace.com>2011-08-04 23:01:22 -0500
committerJustin Shepherd <jshepher@rackspace.com>2011-08-04 23:01:22 -0500
commit13fb04effa25e860eaa9e4ebaca2b4d906a140b0 (patch)
tree9af3357272bad7c3ef84dfafcf013b6742e720d3 /nova
parent625330bbc70b7be0d007c2a5ce1fba4dfcc29bf8 (diff)
downloadnova-13fb04effa25e860eaa9e4ebaca2b4d906a140b0.tar.gz
nova-13fb04effa25e860eaa9e4ebaca2b4d906a140b0.tar.xz
nova-13fb04effa25e860eaa9e4ebaca2b4d906a140b0.zip
fixed pep8 issue
Diffstat (limited to 'nova')
-rw-r--r--nova/tests/test_skip_examples.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_skip_examples.py b/nova/tests/test_skip_examples.py
index 033f1ea2e..8ca203442 100644
--- a/nova/tests/test_skip_examples.py
+++ b/nova/tests/test_skip_examples.py
@@ -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