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 9ac1588 commit 6beb946Copy full SHA for 6beb946
tests/RecordedEndpointPageTest.php
@@ -24,14 +24,14 @@
24
25
expect($propertyKeys)->toBeInstanceOf(\Illuminate\Support\Collection::class);
26
expect($propertyKeys)->toHaveCount(16);
27
-
+
28
// dd($propertyKeys);
29
30
foreach ($propertyKeys as $propertyKey) {
31
$id = $databaseStructure->getProperty($propertyKey)->getId();
32
$property = \Notion::page('f1884dca3885460e93f52bf4da7cce8e')->property($id);
33
34
- match($propertyKey){
+ match ($propertyKey) {
35
'Rollup' => dd($property->asCollection()) && expect($property->asCollection()->first())->toBeInstanceOf(Rollup::class),
36
// default => throw new \Exception('Unknown property key')
37
default => null
0 commit comments