formatting
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
carla 2026-01-13 10:50:33 +01:00
parent 35895ac7fd
commit 6fe75db56d

View file

@ -116,6 +116,7 @@ defmodule MvWeb.MemberLive.ShowTest do
# Ensure no custom fields exist for this test # Ensure no custom fields exist for this test
# This ensures test isolation even if previous tests created custom fields # This ensures test isolation even if previous tests created custom fields
existing_custom_fields = Ash.read!(CustomField) existing_custom_fields = Ash.read!(CustomField)
for cf <- existing_custom_fields do for cf <- existing_custom_fields do
Ash.destroy!(cf) Ash.destroy!(cf)
end end