chore: repair merge damage

This commit is contained in:
Robert Sparks 2023-11-01 12:41:15 -05:00
parent 8e3e59079a
commit 986e002c1d
No known key found for this signature in database
GPG key ID: 6E2A6A5775F91318

View file

@ -92,7 +92,7 @@ class RelatedDocumentTests(TestCase):
for source, target in itertools.product(rfcs, rfcs):
ref = RelatedDocument.objects.create(
source=source,
target=target.docalias.first(),
target=target,
relationship_id=rel,
)