diff --git a/test/mv_web/member_live/show_test.exs b/test/mv_web/member_live/show_test.exs index 33505ec..fdcfebb 100644 --- a/test/mv_web/member_live/show_test.exs +++ b/test/mv_web/member_live/show_test.exs @@ -116,6 +116,7 @@ defmodule MvWeb.MemberLive.ShowTest do # Ensure no custom fields exist for this test # This ensures test isolation even if previous tests created custom fields existing_custom_fields = Ash.read!(CustomField) + for cf <- existing_custom_fields do Ash.destroy!(cf) end