-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow search results to appear in multiple orders #479
Conversation
Fixes #478, I hope, though there may be other tests with the same problem.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Looking at the deleted Sytest code, it definitely did that assumption. |
Aha.. Looking closer.. It might be related to the different message body? |
I don't think so. Look at https://github.com/matrix-org/sytest/blob/bebf431edf7311d5147139f44dab97131a784d29/tests/43search.pl#L287: it sets |
Oh, true, didn't read that right. |
Though CI seems to be failing:
|
Fixes #478, I hope, though there may be other tests with the same problem.