Skip to content

Commit 97f2742

Browse files
committed
fix: unit tests
1 parent 9081816 commit 97f2742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_support/Fakers/MonsterFaker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class MonsterFaker extends MonsterModel implements FabricatorModel
2222
public function fake(Generator &$faker): Monster
2323
{
2424
return new Monster([
25-
'name' => $faker->lastName,
25+
'name' => $faker->lastName(),
2626
'health' => mt_rand(1, 50),
2727

2828
/**

0 commit comments

Comments
 (0)