Skip to content

Commit 1a15786

Browse files
committed
Merge remote-tracking branch 'origin/v5' into v5
2 parents 6217e1e + aea51e8 commit 1a15786

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Livewire\Livewire;
88

99
if (! function_exists('\Cheesegrits\FilamentGoogleMaps\Tests\livewire')) {
10-
function livewire(string | Component $component, array $props = []): Testable
10+
function livewire(string|Component $component, array $props = []): Testable
1111
{
1212
return Livewire::test($component, $props);
1313
}

tests/src/Fields/FieldsTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class TestComponentWithGeocodeOnLoad extends Livewire
101101
public Location $location;
102102

103103
public $data;
104-
104+
105105
public Location $record;
106106

107107
public function mount($id): void
@@ -149,7 +149,7 @@ class TestComponentWithoutGeocodeOnLoad extends Livewire
149149
public Location $location;
150150

151151
public $data;
152-
152+
153153
public Location $record;
154154

155155
public function mount($id): void

0 commit comments

Comments
 (0)