Fix tests: do not randomly access queryset
The previous commits added ordering to Members, but this ordering is not necessarily unique. Because of this, postgres does not allow for random access in a predictable way for the resulting queryset.
Please register or sign in to comment