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
|
return part
|
||||||
|
|
||||||
# We should never get here!
|
# We should never get here!
|
||||||
self.assertTrue(False)
|
self.assertTrue(False) # pragma: no cover
|
||||||
|
|
||||||
def test_stock_quantity(self):
|
def test_stock_quantity(self):
|
||||||
"""
|
"""
|
||||||
|
@ -110,7 +110,7 @@ class PartTest(TestCase):
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
part.save()
|
part.save()
|
||||||
self.assertTrue(False)
|
self.assertTrue(False) # pragma: no cover
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user