From 447a7dd4e4f257cce9a565375521e64b669e3f4d Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 13 Jun 2021 15:04:57 +0200 Subject: [PATCH] style fix --- InvenTree/part/test_part.py | 1 + 1 file changed, 1 insertion(+) diff --git a/InvenTree/part/test_part.py b/InvenTree/part/test_part.py index d26f610d05..2bc24c3a99 100644 --- a/InvenTree/part/test_part.py +++ b/InvenTree/part/test_part.py @@ -130,6 +130,7 @@ class PartTest(TestCase): self.assertEqual(float(self.r1.get_internal_price(1)), 0.08) self.assertEqual(float(self.r1.get_internal_price(10)), 0.5) + class TestTemplateTest(TestCase): fixtures = [