-
Notifications
You must be signed in to change notification settings - Fork 55
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
test /members #469
test /members #469
Conversation
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.
otherwise looks sane, modulo the facts that we're changing the behaviour of at=
, and #468 has a bunch of outstanding comments
tests/10apidoc/00prepare.pl
Outdated
log_if_fail "state:", $events; | ||
|
||
my ( $member_ids ); | ||
if (ref($memberships) eq 'ARRAY') { |
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.
this (and other stuff below) isn't consistent with the whitespace conventions for sytest. I'm not a fan of those conventions, but I think having mismatches within a file is not a good thing.
Any chance you could look at the comments in #468? It's tricky to review this when half of the comments I would make have already been made over there. |
for matrix-org/synapse#3568