with freeze_time("2024-09-15"):
            with self.subTest("A recent completed registration and renewal."):
                services.execute_data_minimisation()
                self.assertEqual(Registration.objects.count(), 3)
                self.assertEqual(Renewal.objects.count(), 1)