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

make AsyncRemoveDuplicatesSequence's init public #291

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yermukhanbet
Copy link

Currently our team is using removeDuplicates() function for the AsyncPublisher in one of our service protocols as a return type. Since for each service we have both live and mock structs, I faced an issue with mocking ASyncRemoveDuplicatesSequence value, as the init is internal.

In this PR I changed it to public. Please, let me know if internal init was intentional approach, so I will try to find another possible way for mocking the return type.

@FranzBusch FranzBusch added the v1.1 Post-1.0 work label Sep 21, 2023
@FranzBusch
Copy link
Member

Right now this is intentional. We might want to revisit this on a larger scale if we do it and make all inits public. cc @phausler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v1.1 Post-1.0 work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants