Here's my code:
Domain.findAllByName("my name", [sort: "displayOrder", order: "asc"]
I would expect the results of this query to be sorted by the field "displayOrder".
This works fine during run-app.
This does not work in unit tests.
Is this expected behavior for unit tests or a bug?
Anyone aware of a work around?
Thanks,
Dean Del Ponte