Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Jul 28, 2023
1 parent 5dc3eeb commit d6ccf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Database/RealTimeFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ public function testRealTimeFactoriesCannotBeInstantiatedWithNew()
$this->expectException(\RuntimeException::class);
$this->expectExceptionMessage('Real-time factories cannot be instantiated with new()');

Post::factory()->times(3);
User::factory()->times(3);
}

public function testIgnoresPrimaryAndForeignKeysFromDefinition()
Expand Down

0 comments on commit d6ccf7e

Please sign in to comment.