From 0c87b388b4bb8b053db7cd2d601243bbd1542d1c Mon Sep 17 00:00:00 2001 From: Taib Hayat Date: Tue, 11 Jan 2022 17:01:47 +0200 Subject: [PATCH] correct name for test --- tests/subjects/migrations/test_0033_subject_updated_at.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/subjects/migrations/test_0033_subject_updated_at.py b/tests/subjects/migrations/test_0033_subject_updated_at.py index f269b0cd8..b25577897 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') -- GitLab