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 016009e commit f945728Copy full SHA for f945728
tests/RecordedEndpointResolveTest.php
@@ -56,7 +56,7 @@
56
$parentWorkspace = Notion::resolve()->parent($page->getParent());
57
58
expect($page->getParent()->isWorkspace())->toBeTrue();
59
-
+
60
expect($parentWorkspace)->toBeInstanceOf(NotionParent::class);
61
expect($parentWorkspace->getId())->toBe('1');
62
expect($parentWorkspace->getObjectType())->toBe('workspace');
0 commit comments