We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b4321 commit 0ff8a87Copy full SHA for 0ff8a87
tests/Collections/ProjectionCollectionTest.php
@@ -223,7 +223,7 @@ function (Projection $lastProjection) {
223
/** @test */
224
public function it_is_formatted_to_a_time_series()
225
{
226
- Log::factory()->create(['created_at' => today()]);
+ Log::factory()->create(['created_at' => today(), 'updated_at' => today()]);
227
228
/** @var ProjectionCollection $collection */
229
$collection = Projection::all();
0 commit comments