From 4f695ca37ca8b250f5b1b341c3fd04094bd8428a Mon Sep 17 00:00:00 2001 From: Ovidiu U Date: Mon, 6 Apr 2026 09:46:17 +0100 Subject: [PATCH] test: add lat/lng to faked meta fixture in StationSearchTest --- tests/Feature/Livewire/StationSearchTest.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/Feature/Livewire/StationSearchTest.php b/tests/Feature/Livewire/StationSearchTest.php index ff0aecb..d57767f 100644 --- a/tests/Feature/Livewire/StationSearchTest.php +++ b/tests/Feature/Livewire/StationSearchTest.php @@ -47,12 +47,16 @@ it('populates results and meta on successful search', function () { 'price_pence' => 14390, 'price' => 143.9, 'price_updated_at' => '2026-04-05T08:00:00.000Z', + 'price_classification' => 'current', + 'price_classification_label' => 'Current', ], ], 'meta' => [ 'count' => 1, 'fuel_type' => 'e10', 'radius_km' => 8.05, + 'lat' => 51.5010, + 'lng' => -0.1415, 'lowest_pence' => 14390, 'highest_pence' => 14390, 'cheapest_price_pence' => 14390,