From cff9494f51f54ddd1d63f313d465b7fbc8b069ed Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sat, 10 Jun 2023 08:52:48 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/RecordedEndpointResolveTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/RecordedEndpointResolveTest.php b/tests/RecordedEndpointResolveTest.php index 6437489..6c3e599 100644 --- a/tests/RecordedEndpointResolveTest.php +++ b/tests/RecordedEndpointResolveTest.php @@ -56,7 +56,7 @@ $parentWorkspace = Notion::resolve()->parent($page->getParent()); expect($page->getParent()->isWorkspace())->toBeTrue(); - + expect($parentWorkspace)->toBeInstanceOf(NotionParent::class); expect($parentWorkspace->getId())->toBe('1'); expect($parentWorkspace->getObjectType())->toBe('workspace');