From 925ae73eaa2199bb42bba28562e29dbccdf50c15 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 13 Mar 2022 19:16:03 +0100 Subject: [PATCH] fix docstring --- InvenTree/barcodes/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/barcodes/tests.py b/InvenTree/barcodes/tests.py index 852f429141..4df62fe4f8 100644 --- a/InvenTree/barcodes/tests.py +++ b/InvenTree/barcodes/tests.py @@ -234,7 +234,7 @@ class TestInvenTreeBarcode(APITestCase): def test_errors(self): """ - Test that a barcode can be associated with a StockItem + Test all possible error cases for assigment action """ def test_assert_error(barcode_data):