mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Fix test name copypasta error
This commit is contained in:
parent
78ba55e29f
commit
65bc65ac02
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user