Procházet zdrojové kódy

Add missing underscore in test name.

Jelmer Vernooij před 10 roky
rodič
revize
ffefc4b167
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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