fix: credo error
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing

This commit is contained in:
Simon 2026-01-29 15:26:45 +01:00
parent b4adf63e83
commit 9b314a9806
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2
3 changed files with 1 additions and 14 deletions

View file

@ -244,7 +244,7 @@ defmodule MvWeb.UserLive.IndexTest do
|> Enum.uniq()
# Skip if no users found (shouldn't happen, but be safe)
if length(user_ids) > 0 do
if user_ids != [] do
# Initially nothing should be checked
refute view
|> element("input[type='checkbox'][name='select_all'][checked]")