mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-02 03:30:54 +00:00
use full names consistently
This commit is contained in:
@ -59,7 +59,7 @@ class OrderListTest(OrderViewTestCase):
|
||||
self.assertEqual(response.status_code, 200)
|
||||
|
||||
|
||||
class POTests(OrderViewTestCase):
|
||||
class PurchaseOrderTests(OrderViewTestCase):
|
||||
""" Tests for PurchaseOrder views """
|
||||
|
||||
def test_detail_view(self):
|
||||
|
Reference in New Issue
Block a user