summaryrefslogtreecommitdiff
path: root/functional_tests
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2013-02-09 19:31:25 +0400
committerDmitry Shachnev <mitya57@gmail.com>2013-02-09 19:31:25 +0400
commita0bfb8c4b3a10162f7519400ffd307f44cd780b7 (patch)
tree51b330aa35c86c1c7e6f97a049e747fa646d5801 /functional_tests
parent36f357c1b5275bda269d1cefcf2bd3bba5fb3189 (diff)
downloadnose-a0bfb8c4b3a10162f7519400ffd307f44cd780b7.tar.gz
test_concurrent_shared.py: fixed a minor typo (seconsd -> seconds)
Diffstat (limited to 'functional_tests')
-rw-r--r--functional_tests/test_multiprocessing/test_concurrent_shared.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functional_tests/test_multiprocessing/test_concurrent_shared.py b/functional_tests/test_multiprocessing/test_concurrent_shared.py
index 3b3e3c4..517da99 100644
--- a/functional_tests/test_multiprocessing/test_concurrent_shared.py
+++ b/functional_tests/test_multiprocessing/test_concurrent_shared.py
@@ -22,7 +22,7 @@ class TestConcurrentShared(MPTestBase):
MPTestBase.setUp(self)
def runTest(self):
- assert 'Ran 2 tests in 1.' in self.output, "make sure two tests use 1.x seconds (no more than 2 seconsd)"
+ assert 'Ran 2 tests in 1.' in self.output, "make sure two tests use 1.x seconds (no more than 2 seconds)"
assert str(self.output).strip().endswith('OK')