-
Notifications
You must be signed in to change notification settings - Fork 26
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
RTN14b #167
Conversation
The test is not passing. The lib only gives the |
0c323c1
to
c1ef9be
Compare
I still don't understand why one of those tests passes and the other fails when both seem to not have any mechanism to renew the token. The tests look wrong to me |
5a5da32
to
7a3eff3
Compare
// New token | ||
expect(client.auth().tokenDetails!.token).toNot(equal(options.token)) | ||
done() | ||
case .Failed: |
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.
Mind adding the Disconnected state in here too as it should not reach Disconnected, Suspended or Failed states?
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.
Done
Few small comments, please address those and from my side I am happy for you to merge then |
7a3eff3
to
afa4d6d
Compare
All comments addressed. |
LGTM |
The test doesn't pass.