ash-project / ash

A declarative, extensible framework for building Elixir applications.
https://www.ash-hq.org
MIT License
1.64k stars 220 forks source link

testing: prove that calculations can return a list of embedded resources #1548

Closed lukasender closed 1 month ago

lukasender commented 1 month ago

What it does

Prove that Ash can return a list of embedded resources via a calculation.

Context

We thought we encountered a bug.

Turns out, it was just me doing something wrong.

This test serves as the result and prove that what I tried to do indeed works.

zachdaniel commented 1 month ago

🚀 Thank you for your contribution! 🚀