fix: credo warning
This commit is contained in:
parent
2dd5ef9926
commit
be29b46874
1 changed files with 1 additions and 1 deletions
|
|
@ -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"})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue