Explorar el Código

Fixed typo in unit test name.

Sander Mathijs van Veen hace 14 años
padre
commit
ffb9e90604
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/test_validation.py

+ 1 - 1
tests/test_validation.py

@@ -16,5 +16,5 @@ class TestValidation(TestCase):
     def test_intermediate_failure(self):
         self.assertFalse(validate('3a+a+b+2b', '4a+4b'))
 
-    #def test_intermediate_failure(self):
+    #def test_advanced_failure(self):
     #    self.assertFalse(validate('(x-1)^3+(x-1)^3', '4a+4b'))