diff --git a/tests/subjects/migrations/test_0033_subject_updated_at.py b/tests/subjects/migrations/test_0033_subject_updated_at.py index f269b0cd88ab4bdb8e21a62eb08723e496270b65..b25577897630b0c67b937931ea05fab78d0a0961 100644 --- a/tests/subjects/migrations/test_0033_subject_updated_at.py +++ b/tests/subjects/migrations/test_0033_subject_updated_at.py @@ -6,7 +6,7 @@ from tests.markers import skip_old_migration @pytest.mark.django_db(databases=['default', 'contacts']) @skip_old_migration('0.70') -def test_keep_uuid(migrator): +def test_set_updated_at(migrator): old_state = migrator.apply_initial_migration(('subjects', '0032_subject_uuid_foreign_key')) Subject = old_state.apps.get_model('subjects', 'Subject') Study = old_state.apps.get_model('studies', 'Study')