Explorar el Código

Fixed test case name

Jeremy Stretch hace 9 años
padre
commit
c8b85202d1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      netbox/extras/tests/test_customfields.py

+ 1 - 1
netbox/extras/tests/test_customfields.py

@@ -11,7 +11,7 @@ from extras.models import (
 )
 
 
-class RackTestCase(TestCase):
+class CustomFieldTestCase(TestCase):
 
     def setUp(self):