diff --git a/app/views/vehicles/_dropdown.html.erb b/app/views/vehicles/_dropdown.html.erb
index d320ab5..0892f48 100644
--- a/app/views/vehicles/_dropdown.html.erb
+++ b/app/views/vehicles/_dropdown.html.erb
@@ -1 +1,2 @@
<%= @f.collection_select :vehicle_id, @customer.vehicles.order(:year), :id, :VIN, include_blank: true, :selected => @vehicle%>
+Partial Test