diff options
Diffstat (limited to 'test/git/odb/test_channel.py')
-rw-r--r-- | test/git/odb/test_channel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/git/odb/test_channel.py b/test/git/odb/test_channel.py index 89b26582..d845a6ec 100644 --- a/test/git/odb/test_channel.py +++ b/test/git/odb/test_channel.py @@ -4,7 +4,7 @@ from git.odb.channel import * import time -class TestDB(TestBase): +class TestChannels(TestBase): def test_base(self): # creating channel yields a write and a read channal |