mirror of
https://github.com/inventree/InvenTree.git
synced 2026-03-15 08:33:42 +00:00
Fix migration test
This commit is contained in:
@@ -52,7 +52,7 @@ class TestBomItemMigrations(MigratorTestCase):
|
||||
"""Tests for BomItem migrations."""
|
||||
|
||||
migrate_from = ('part', '0002_auto_20190520_2204')
|
||||
migrate_to = ('part', '0010_auto_20190620_2135')
|
||||
migrate_to = ('part', '0101_bomitem_validated')
|
||||
|
||||
def prepare(self):
|
||||
"""Create initial dataset."""
|
||||
|
||||
Reference in New Issue
Block a user