-
Notifications
You must be signed in to change notification settings - Fork 124
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
refactor AdminSetCreateService specs #5213
Conversation
these tests need some love. i think the service probably does too (it's calling a deprecated method on itself from a current public method!), but tests first.
I have in the works a refactor of AdminSetCreateServices which will include changes to the specs. I'll try to prioritize getting the PR for that ready. This PR may not be necessary. |
thanks! i'll mark this draft for the time being and we can consider it dependent on what happens with the other branch. i had originally worked on this as a precursor to working on the implementation, so i'm glad we didn't end up with too much overlapping effort here. |
these tests need some love. i think the service probably does too (it's calling
a deprecated method on itself from a current public method!), but tests first.
@samvera/hyrax-code-reviewers