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 missing ProfileVersionQuery method from mock profile stores #46

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

babypatrick100
Copy link

@babypatrick100 babypatrick100 commented Aug 31, 2024

This PR let's you access ProfileVersionQuery from mock profile stores - silently failing query:Next requests. While profiles will never load corrupted from a profile store, there is still no good reason for the method to error out upon usage, for consistency with other API, it should just silently fail, allowing developer code to still safely run in test-environments (where developer manually tries to corrupt a profile loaded from a mock profile store), instead of forcing the developer to have a check for using a specific portion of the API.

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.

1 participant