Skip to content

Commit 32fbfc6

Browse files
authored
Apply fixes from StyleCI (#70)
1 parent 8111720 commit 32fbfc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/EndpointDatabaseTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,15 +158,15 @@ public function it_throws_a_notion_exception_bad_request()
158158
Notion::database('8284f3ff77e24d4a939d19459e4d6bdc')->query();
159159
}
160160

161-
## EDGE CASES
161+
//# EDGE CASES
162162

163163
/** @test */
164164
public function it_queries_a_database_with_a_rollup_property_with_empty_selects()
165165
{
166166
// success /v1/databases/DATABASE_DOES_EXIST/query
167167
Http::fake([
168168
'https://api.notion.com/v1/databases/11971214ce574df7a58389c1deda61d7/query*' => Http::response(
169-
json_decode(file_get_contents("tests/stubs/endpoints/databases/response_query_rollup_empty_select_200.json"), true),
169+
json_decode(file_get_contents('tests/stubs/endpoints/databases/response_query_rollup_empty_select_200.json'), true),
170170
200,
171171
['Headers']
172172
),

0 commit comments

Comments
 (0)