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