Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix test for .iter().sort() to include data to sort (#18127)
The test case `query_iter_sorts` was doing lots of comparisons to ensure that various query arrays were sorted, but the arrays were all empty. This PR spawns some entities so that the entity lists to compare not empty, and sorting can actually be tested for correctness.
- Loading branch information