#9 feat(Product): add unit_external_id field.
This commit is contained in:
@@ -18,6 +18,7 @@ class TestProducts(TestCase):
|
||||
|
||||
self.assertIsInstance(product, Product)
|
||||
self.assertIsNone(product.external_id)
|
||||
self.assertIsNone(product.unit_external_id)
|
||||
|
||||
def test_import_products(self):
|
||||
self._import_csv()
|
||||
|
||||
Reference in New Issue
Block a user