2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-17 18:26:32 +00:00

test: improve coverage of new get_destination

This commit is contained in:
Nigel
2021-05-14 14:32:03 -06:00
parent cd07ea835d
commit f8e4a5ac2e
4 changed files with 20 additions and 5 deletions

View File

@@ -65,7 +65,7 @@ class CompanySimpleTest(TestCase):
self.assertEqual(acme.supplied_part_count, 4)
self.assertTrue(appel.has_parts)
self.assertEqual(appel.supplied_part_count, 3)
self.assertEqual(appel.supplied_part_count, 4)
self.assertTrue(zerg.has_parts)
self.assertEqual(zerg.supplied_part_count, 2)