From 65bc65ac02797a4980aec102933497bb8c10f508 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:46:17 -0800 Subject: [PATCH] Fix test name copypasta error --- src/documents/tests/test_migration_custom_field_selects.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()