Skip to content

Commit 85a8ff8

Browse files
authored
Apply fixes from StyleCI (#71)
1 parent 420c037 commit 85a8ff8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/EndpointPagesTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ public function it_assembles_properties_for_a_new_page()
190190
$this->assertArrayHasKey('end', $dateRangeContent['date']);
191191
$this->assertEquals($dateRangeEndValue->format('Y-m-d'), $dateRangeContent['date']['end']);
192192

193-
194193
// date range (with time)
195194
$this->assertTrue(
196195
$this->assertContainsInstanceOf(Date::class, $properties)

0 commit comments

Comments
 (0)