mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 19:45:46 +00:00
PEP fix
This commit is contained in:
@ -102,7 +102,6 @@ class BarcodeAPITest(APITestCase):
|
|||||||
|
|
||||||
self.assertEqual(response.data['part'], 'Part does not exist')
|
self.assertEqual(response.data['part'], 'Part does not exist')
|
||||||
|
|
||||||
|
|
||||||
def test_find_stock_item(self):
|
def test_find_stock_item(self):
|
||||||
"""
|
"""
|
||||||
Test that we can lookup a stock item based on ID
|
Test that we can lookup a stock item based on ID
|
||||||
|
Reference in New Issue
Block a user