Skip to content

Commit 6beb946

Browse files
authored
Apply fixes from StyleCI (#173)
1 parent 9ac1588 commit 6beb946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/RecordedEndpointPageTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424

2525
expect($propertyKeys)->toBeInstanceOf(\Illuminate\Support\Collection::class);
2626
expect($propertyKeys)->toHaveCount(16);
27-
27+
2828
// dd($propertyKeys);
2929

3030
foreach ($propertyKeys as $propertyKey) {
3131
$id = $databaseStructure->getProperty($propertyKey)->getId();
3232
$property = \Notion::page('f1884dca3885460e93f52bf4da7cce8e')->property($id);
3333

34-
match($propertyKey){
34+
match ($propertyKey) {
3535
'Rollup' => dd($property->asCollection()) && expect($property->asCollection()->first())->toBeInstanceOf(Rollup::class),
3636
// default => throw new \Exception('Unknown property key')
3737
default => null

0 commit comments

Comments
 (0)