-
Notifications
You must be signed in to change notification settings - Fork 8
Internal change - enabled EE for JS target in KMP tests #361
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
Conversation
fun test_disconnect() = runTest(timeout = 30.seconds) { | ||
val channelName = "myChannel" | ||
|
||
val statusListener = createStatusListener(pubnub) { _, status -> |
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.
What is the purpose of the empty statusListener
?
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.
Good point. Current shape of the test is not intuitive.
nextStatus() is responsible for getting latest status.
I will fix that.
1360ce0
to
b6d3b4d
Compare
@pubnub-release-bot release kotlin as v10.5.6 |
🚀 Release successfully completed 🚀 |
fix: Internal change - enabled EE for JS target in KMP tests