This commit is contained in:
parent
35895ac7fd
commit
6fe75db56d
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue