File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments