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

chore(roll): roll to 1.31.0-beta-1676906983000 #1775

Merged
merged 2 commits into from
Feb 21, 2023

Conversation

mxschmitt
Copy link
Member

@mxschmitt mxschmitt commented Feb 21, 2023

Fixes #1738

@@ -643,7 +643,7 @@ async def _expect(
{
"selector": self._selector,
"expression": expression,
**options,
**({k: v for k, v in options.items() if v is not None}),
Copy link
Contributor

Choose a reason for hiding this comment

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

Why this change?

Copy link
Member Author

Choose a reason for hiding this comment

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

When ratio is None which is default, then expectedNumber is None which is null during the protocol serialisation what our protocol does not like.

Any opinions?

@mxschmitt mxschmitt merged commit 3ffc9a9 into main Feb 21, 2023
@mxschmitt mxschmitt deleted the roll/1.31.0-beta-1676906983000 branch February 21, 2023 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Ports]: Backport client side changes
2 participants