diff options
Diffstat (limited to 'test/git/odb/test_thread.py')
-rw-r--r-- | test/git/odb/test_thread.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/git/odb/test_thread.py b/test/git/odb/test_thread.py index 3b7f749b..674ecc1d 100644 --- a/test/git/odb/test_thread.py +++ b/test/git/odb/test_thread.py @@ -27,7 +27,7 @@ class TestWorker(WorkerThread): self.kwargs = None -class TestCase( TestCase ): +class TestThreads( TestCase ): @terminate_threads def test_worker_thread(self): |