Skip to content

Commit a77289e

Browse files
committed
clarify: move edge-case label to test method
1 parent 32fbfc6 commit a77289e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/EndpointDatabaseTest.php

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

161-
//# EDGE CASES
162-
163-
/** @test */
161+
/**
162+
* @test
163+
* ! edge-case
164+
*/
164165
public function it_queries_a_database_with_a_rollup_property_with_empty_selects()
165166
{
166167
// success /v1/databases/DATABASE_DOES_EXIST/query

0 commit comments

Comments
 (0)