Skip to content
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

Fix RSL1b #788

Merged
merged 2 commits into from Sep 5, 2018
Merged

Fix RSL1b #788

merged 2 commits into from Sep 5, 2018

Conversation

ricardopereira
Copy link
Contributor

The history callback wasn’t called because the expect(publishedMessage?.name).toEventually(beNil(), timeout: testTimeout) won’t wait to publishedMessage?.name be nil because it’s already nil 😕 So, a waitUntil is a better approach.

`history` callback wasn’t called because the
`expect(publishedMessage?.name).toEventually(beNil(), timeout:
testTimeout)` won’t wait to `publishedMessage?.name` be nil because
it’s already nil :/ So, a `waitUntil` is a better approach.
@funkyboy funkyboy self-requested a review September 5, 2018 07:26
Copy link
Contributor

@funkyboy funkyboy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. LGTM. Thanks.

@funkyboy funkyboy merged commit b12f7b4 into develop Sep 5, 2018
@funkyboy funkyboy deleted the fix-rsl1b branch September 5, 2018 07:43
@funkyboy funkyboy mentioned this pull request Sep 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants