Ash.update
unloads already loaded relationships when used in other project
#517
Labels
bug
Something isn't working
Describe the bug
Ash.update
does not unload already loaded relationships in tests within this repo (see:ash_postgres/test/update_test.exs
Line 222 in 05f4220
but when used in another project, it does unload them unexpectedly. (See: https://github.com/jechol/ash_update_unload_check/actions/runs/14073633009/job/39412565346)
As you can see in this test file:
https://github.com/jechol/ash_update_unload_check/blob/a734f6e865e50909cb827b9d4a21815efc164e3b/test/ash_update_unload_check/content/author_test.exs#L7
the code is exactly the same as the passing test in this repo, but it fails.
To Reproduce
Clone the following repo and run mix test:
https://github.com/jechol/ash_update_unload_check
Expected behavior
The test should pass.
** Runtime
The text was updated successfully, but these errors were encountered: