We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32fbfc6 commit a77289eCopy full SHA for a77289e
tests/EndpointDatabaseTest.php
@@ -158,9 +158,10 @@ public function it_throws_a_notion_exception_bad_request()
158
Notion::database('8284f3ff77e24d4a939d19459e4d6bdc')->query();
159
}
160
161
- //# EDGE CASES
162
-
163
- /** @test */
+ /**
+ * @test
+ * ! edge-case
164
+ */
165
public function it_queries_a_database_with_a_rollup_property_with_empty_selects()
166
{
167
// success /v1/databases/DATABASE_DOES_EXIST/query
0 commit comments