Skip to content

Commit 2451387

Browse files
authored
Apply fixes from StyleCI (#76)
1 parent 66ca7af commit 2451387

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/EndpointDatabaseTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ public function it_throws_a_notion_exception_bad_request()
159159
Notion::database('8284f3ff77e24d4a939d19459e4d6bdc')->query();
160160
}
161161

162-
163162
/** @test */
164163
public function it_queries_a_database_with_and_without_offset_and_processes_result()
165164
{
@@ -216,7 +215,6 @@ public function it_queries_a_database_with_and_without_offset_and_processes_resu
216215
$page = $resultWithOffsetCollection->first();
217216
$this->assertEquals('Betty Holberton', $page->getTitle());
218217
}
219-
220218

221219
/**
222220
* @test
@@ -236,7 +234,7 @@ public function it_queries_a_database_with_a_rollup_property_with_empty_selects(
236234
$result = Notion::database('11971214ce574df7a58389c1deda61d7')->query();
237235

238236
$this->assertInstanceOf(PageCollection::class, $result);
239-
237+
240238
$resultCollection = $result->asCollection();
241239

242240
$this->assertIsIterable($resultCollection);

0 commit comments

Comments
 (0)