8000 Apply fixes from StyleCI (#155) · 5am-code/laravel-notion-api@f945728 · GitHub
[go: up one dir, main page]

Skip to content

Commit f945728

Browse files
authored
Apply fixes from StyleCI (#155)
1 parent 016009e commit f945728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RecordedEndpointResolveTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
$parentWorkspace = Notion::resolve()->parent($page->getParent());
5757

5858
expect($page->getParent()->isWorkspace())->toBeTrue();
59-
59+
6060
expect($parentWorkspace)->toBeInstanceOf(NotionParent::class);
6161
expect($parentWorkspace->getId())->toBe('1');
6262
expect($parentWorkspace->getObjectType())->toBe('workspace');

0 commit comments

Comments
 (0)
0