2
0
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:
Matthias
2022-05-04 15:18:36 +02:00
parent 4053a91450
commit df9ca599a2
3 changed files with 5 additions and 5 deletions

View File

@ -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):