Restore variable in orphan tests

This commit is contained in:
Erin Song 2024-08-27 17:49:04 -07:00
parent 29de97d532
commit 5b3ae28b88
No known key found for this signature in database

View file

@ -422,6 +422,10 @@ class HomeTests(TestWithUser):
first_name="Henry",
last_name="Mcfakerson",
)
contact_shared = Contact.objects.create(
first_name="Relative",
last_name="Aether",
)
# Create two non-orphaned contacts
contact_2 = Contact.objects.create(