Fix migration test

This commit is contained in:
Oliver Walters 2025-12-02 06:49:33 +00:00
parent f2e7ae9030
commit ad289ee176
1 changed files with 1 additions and 1 deletions

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