Skip to content

Commit 0ff8a87

Browse files
committed
Set updated_at as this determines the time series start_date period.
1 parent c7b4321 commit 0ff8a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Collections/ProjectionCollectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ function (Projection $lastProjection) {
223223
/** @test */
224224
public function it_is_formatted_to_a_time_series()
225225
{
226-
Log::factory()->create(['created_at' => today()]);
226+
Log::factory()->create(['created_at' => today(), 'updated_at' => today()]);
227227

228228
/** @var ProjectionCollection $collection */
229229
$collection = Projection::all();

0 commit comments

Comments
 (0)