Fix test name copypasta error

This commit is contained in:
shamoon 2024-11-18 11:46:17 -08:00
parent 78ba55e29f
commit 65bc65ac02

View File

@ -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()