From c8b85202d1458ae0d89f87ff2492d004b3914178 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 16 Aug 2016 17:49:52 -0400 Subject: [PATCH] Fixed test case name --- netbox/extras/tests/test_customfields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/extras/tests/test_customfields.py b/netbox/extras/tests/test_customfields.py index 7812c8c97..08ebb14b4 100644 --- a/netbox/extras/tests/test_customfields.py +++ b/netbox/extras/tests/test_customfields.py @@ -11,7 +11,7 @@ from extras.models import ( ) -class RackTestCase(TestCase): +class CustomFieldTestCase(TestCase): def setUp(self):