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,