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 unstable order bug in unit test. #251

Merged
merged 1 commit into from
Nov 25, 2019

Conversation

chrisrossi
Copy link
Contributor

A unit test was relying on a call to dict.keys() to return keys in a
specific order. Strangely this test never failed for us, but was
reported by @simonff.

Fixes #244.

A unit test was relying on a call to `dict.keys()` to return keys in a
specific order. Strangely this test never failed for us, but was
reported by @simonff.

Fixes googleapis#244.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unstable test due to dictionary keys
3 participants