test: update test for search bar component
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
carla 2025-09-29 09:00:33 +02:00
parent e68e1604a4
commit 2095d9b0da
3 changed files with 3 additions and 5 deletions

View file

@ -8,7 +8,7 @@ defmodule MvWeb.Components.SearchBarComponent do
use MvWeb, :live_component
@impl true
def update(assigns, socket) do
def update(_assigns, socket) do
socket =
socket
|> assign_new(:query, fn -> "" end)