Skip to content

Commit 57be23c

Browse files
committed
fix context
1 parent 44278d5 commit 57be23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/bootstrap/FeatureContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ public function thereIsARelatedOwnedDummy()
10181018
$this->manager->persist($relatedOwnedDummy);
10191019

10201020
$dummy = new Dummy();
1021-
$dummy->setOwnedDummy($relatedOwnedDummy);
1021+
$dummy->setRelatedOwnedDummy($relatedOwnedDummy);
10221022
$this->manager->persist($dummy);
10231023

10241024
$this->manager->flush();

0 commit comments

Comments
 (0)