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

This commit is contained in:
Simon 2026-01-21 01:24:43 +01:00
parent 4b67039a78
commit a92f503752
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2

View file

@ -1534,7 +1534,7 @@ defmodule MvWeb.MemberLive.IndexTest do
state_before = :sys.get_state(view.pid)
boolean_fields_before = state_before.socket.assigns.boolean_custom_fields
assert length(boolean_fields_before) == 0
assert boolean_fields_before == []
# Create a new boolean custom field
new_boolean_field = create_boolean_custom_field(%{name: "Newly Added Field"})