From 9658f47e939324f5726cf4eae14fb593b79ded89 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 10 May 2022 22:32:44 +1000 Subject: [PATCH] PEP fix --- InvenTree/barcodes/tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/InvenTree/barcodes/tests.py b/InvenTree/barcodes/tests.py index 2834559fc8..b092e7eb32 100644 --- a/InvenTree/barcodes/tests.py +++ b/InvenTree/barcodes/tests.py @@ -102,7 +102,6 @@ class BarcodeAPITest(APITestCase): self.assertEqual(response.data['part'], 'Part does not exist') - def test_find_stock_item(self): """ Test that we can lookup a stock item based on ID