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(py3): Fix tests in test_organization_events_facets #20832

Merged
merged 1 commit into from Sep 17, 2020

Conversation

wedamija
Copy link
Member

Main failure here was TypeError: '<' not supported between instances of 'dict' and 'dict'. We need
to be explicit when sorting dicts now, so I just used the name key which seems to be unique
for each dict.

Main failure here was `TypeError: '<' not supported between instances of 'dict' and 'dict'`. We need
to be explicit when sorting dicts now, so I just used the `name` key which seems to be unique
for each dict.
@wedamija wedamija requested a review from a team September 17, 2020 06:26
@wedamija wedamija requested a review from a team as a code owner September 17, 2020 06:26
@vercel
Copy link

vercel bot commented Sep 17, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

@wedamija wedamija merged commit f235d60 into master Sep 17, 2020
@wedamija wedamija deleted the danf/py3_fix_test_organizaiton_events_facet branch September 17, 2020 21:58
@github-actions github-actions bot locked and limited conversation to collaborators Dec 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants