From 6b29e60494e01a80a41a23ec62dc0118bbe31c74 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 3 Dec 2021 11:12:49 +1100 Subject: [PATCH] Fixes for migration tests --- InvenTree/order/test_migrations.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/InvenTree/order/test_migrations.py b/InvenTree/order/test_migrations.py index d8f3a655ca..97ced6dbbf 100644 --- a/InvenTree/order/test_migrations.py +++ b/InvenTree/order/test_migrations.py @@ -8,13 +8,13 @@ from InvenTree import helpers from InvenTree.status_codes import SalesOrderStatus -class TestForwardMigrations(MigratorTestCase): +class TestRefIntMigrations(MigratorTestCase): """ Test entire schema migration """ - migrate_from = ('order', helpers.getOldestMigrationFile('order')) - migrate_to = ('order', helpers.getNewestMigrationFile('order')) + migrate_from = ('order', '0040_salesorder_target_date') + migrate_to = ('order', '0061_merge_0054_auto_20211201_2139_0060_auto_20211129_1339') def prepare(self): """