Skip to content

Commit d6ccf7e

Browse files
committed
Fix tests
1 parent 5dc3eeb commit d6ccf7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Database/RealTimeFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ public function testRealTimeFactoriesCannotBeInstantiatedWithNew()
598598
$this->expectException(\RuntimeException::class);
599599
$this->expectExceptionMessage('Real-time factories cannot be instantiated with new()');
600600

601-
Post::factory()->times(3);
601+
User::factory()->times(3);
602602
}
603603

604604
public function testIgnoresPrimaryAndForeignKeysFromDefinition()

0 commit comments

Comments
 (0)