mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-09-16 21:55:37 -05:00
Fix test name copypasta error
This commit is contained in:
@@ -23,7 +23,7 @@ class TestMigrateCustomFieldSelects(TestMigrations):
|
|||||||
document=doc,
|
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_format.refresh_from_db()
|
||||||
self.old_instance.refresh_from_db()
|
self.old_instance.refresh_from_db()
|
||||||
|
|
||||||
@@ -68,7 +68,7 @@ class TestMigrationCustomFieldSelectsReverse(TestMigrations):
|
|||||||
document=doc,
|
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_format.refresh_from_db()
|
||||||
self.new_instance.refresh_from_db()
|
self.new_instance.refresh_from_db()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user