mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-01 17:51:23 +00:00
fix assertation
This commit is contained in:
@@ -39,7 +39,7 @@ class ImporterTest(ImporterMixin, InvenTreeTestCase):
|
|||||||
|
|
||||||
session.extract_columns()
|
session.extract_columns()
|
||||||
|
|
||||||
self.assertEqual(session.column_mappings.count(), 11)
|
self.assertEqual(session.column_mappings.count(), 13)
|
||||||
|
|
||||||
# Check some of the field mappings
|
# Check some of the field mappings
|
||||||
for field, col in [
|
for field, col in [
|
||||||
|
|||||||
Reference in New Issue
Block a user