-
Notifications
You must be signed in to change notification settings - Fork 56
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 for SYN-589, that old left rooms don't get sent down new links #139
Conversation
@@ -121,6 +121,69 @@ | |||
}; | |||
|
|||
|
|||
test "Oldly left rooms don't appear in the leave section of sync", |
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.
"Oldly" ??
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.
Hush
I think that should be everything now |
})->then( sub { | ||
my ( $body ) = @_; | ||
|
||
$next = $body->{next_batch}; |
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.
Do you need to assert that you definitely did see the newly-left room here, or is that checked already in another test?
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.
Its tested elsewhere.
I'm not sure how much I want to be complicating tests testing things that are tested elsewhere. I can do either.
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.
If it's tested elsewhere then no need to add it here, indeed.
LGTM |
Test for SYN-589, that old left rooms don't get sent down new links
No description provided.