diff --git a/src/documents/tests/test_migration_custom_field_selects.py b/src/documents/tests/test_migration_custom_field_selects.py index 118c14f39..3a2f4ddad 100644 --- a/src/documents/tests/test_migration_custom_field_selects.py +++ b/src/documents/tests/test_migration_custom_field_selects.py @@ -23,7 +23,7 @@ class TestMigrateCustomFieldSelects(TestMigrations): document=doc, ) - def test_migrate_old_to_new_storage_path(self): + def test_migrate_old_to_new_select_fields(self): self.old_format.refresh_from_db() self.old_instance.refresh_from_db() @@ -68,7 +68,7 @@ class TestMigrationCustomFieldSelectsReverse(TestMigrations): document=doc, ) - def test_migrate_new_to_old_storage_path(self): + def test_migrate_new_to_old_select_fields(self): self.new_format.refresh_from_db() self.new_instance.refresh_from_db()