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 stub server unit tests around element IDs #492

Merged
merged 1 commit into from
Jul 6, 2022

Conversation

robsdedude
Copy link
Contributor

Element ID and legacy ID will generally not be the same.
#464 fixed this in the stub server
but left the unit tests unchanged. The tests, however, asserted that there is
a check in place that the element ID == str(legacy ID) which is not the case
anymore.

Element ID and legacy ID will generally not be the same.
#464 fixed this in the stub server
but left the unit tests unchanged. The tests, however, asserted that there is
a check in place that the element ID == str(legacy ID) which is not the case
anymore.
@robsdedude robsdedude merged commit 916858c into 5.0 Jul 6, 2022
@robsdedude robsdedude deleted the update-boltstub-unit-tests branch July 6, 2022 12:23
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.

2 participants