Browse Source

Add missing underscore in test name.

Jelmer Vernooij 10 years ago
parent
commit
ffefc4b167
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dulwich/tests/test_server.py

+ 1 - 1
dulwich/tests/test_server.py

@@ -372,7 +372,7 @@ class ProtocolGraphWalkerTestCase(TestCase):
         self._walker.set_wants([THREE])
         self.assertTrue(self._walker.all_wants_satisfied([ONE]))
 
-    def testall_wants_satisfied_have_branch(self):
+    def test_all_wants_satisfied_have_branch(self):
         self._walker.set_wants([TWO])
         self.assertTrue(self._walker.all_wants_satisfied([TWO]))
         # wrong branch