Skip to content

Commit ca723a6

Browse files
nikophilkbond
authored andcommitted
bot: fix cs [skip ci]
1 parent 5cc8575 commit ca723a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Unit/ReuseEntityTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ public function reused_object_in_sub_factory_has_priority(): void
138138
$category = CategoryFactory::createOne();
139139

140140
$address = AddressFactory::new([
141-
'contact' => ContactFactory::new()->reuse($category2 = CategoryFactory::createOne())
142-
])
141+
'contact' => ContactFactory::new()->reuse($category2 = CategoryFactory::createOne()),
142+
])
143143
->reuse($category)
144144
->create();
145145

0 commit comments

Comments
 (0)