chore: repair merge damage
This commit is contained in:
parent
8e3e59079a
commit
986e002c1d
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue