-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix solr query in MultipleMembershipChecker and refactor to improve r…
…eadability The code was complex and difficult to follow. I refactored so that each method has one and only one task and is clearly named for that task. Also, tests were heavily mocked and were hiding errors in the generated solr query. The tests are rewritten to organize them into clear test scenarios with real solr access.
- Loading branch information
Showing
3 changed files
with
165 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.