2
0
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:
Oliver Walters
2025-12-02 06:49:33 +00:00
parent f2e7ae9030
commit ad289ee176

View File

@@ -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."""