mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
ignore wrong control view safeties
This commit is contained in:
parent
440245c812
commit
7793a22a35
@ -855,7 +855,7 @@ class PartAPIAggregationTest(InvenTreeAPITestCase):
|
||||
return part
|
||||
|
||||
# We should never get here!
|
||||
self.assertTrue(False)
|
||||
self.assertTrue(False) # pragma: no cover
|
||||
|
||||
def test_stock_quantity(self):
|
||||
"""
|
||||
|
@ -110,7 +110,7 @@ class PartTest(TestCase):
|
||||
|
||||
try:
|
||||
part.save()
|
||||
self.assertTrue(False)
|
||||
self.assertTrue(False) # pragma: no cover
|
||||
except:
|
||||
pass
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user