-
Notifications
You must be signed in to change notification settings - Fork 125
Test coverage improvements #252
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
…for Set/Get/Remove/Manage channel members
…coverage-ai-improvements
…ipShouldReturnSuccessCodeAndInfo
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) |
| } | ||
|
|
||
| [Test] | ||
| public static async Task ThenSetPresenceStateShouldWorkCorrectly() |
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.
Just a thought! We may add some test to check, once we set the state. Presence Event Engine starts having state query parameter in it's heartbeat requests when maintainPresenceState = true.
|
@pubnub-release-bot release as v7.3.12.0 |
|
🚀 Release successfully completed 🚀 |
fix: CustomMessageType null string bug
Fixed an issue when upon receiving a message with published with a custom type the CustomMessageType would be null upon receiving
feat: improve integration tests
Added new integration tests to better cover all SDK endpoints