diff options
Diffstat (limited to 'git/test/performance/db/test_odb_dulwich.py')
| -rw-r--r-- | git/test/performance/db/test_odb_dulwich.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/performance/db/test_odb_dulwich.py b/git/test/performance/db/test_odb_dulwich.py index aa886e08..6802483c 100644 --- a/git/test/performance/db/test_odb_dulwich.py +++ b/git/test/performance/db/test_odb_dulwich.py @@ -7,7 +7,7 @@ except ImportError: from git.test.db.dulwich.lib import DulwichRequiredMetaMixin from odb_impl import TestObjDBPerformanceBase -class TestPureDB(TestObjDBPerformanceBase): +class TestDulwichDB(TestObjDBPerformanceBase): __metaclass__ = DulwichRequiredMetaMixin RepoCls = DulwichCompatibilityGitDB |
