-
Notifications
You must be signed in to change notification settings - Fork 330
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
Feat: StrategyManager Unit testing #224
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, seems like improvements all around.
This will definitely have conflicts with #222
I feel like it might actually make more sense to try merging from this branch into that one (or vice versa?) rather than merging either PR into master first.
Let me know your thoughts; I'm sure we can sort things out.
Yeah I agree, I'll merge #222 into this branch, resolve conflicts then rebase. |
…anager-unit-tests
Great work on handling all the upstream changes here. Can you add a couple of tests for addShares and removeShares where you prank the MockDelegationManager to ensure the updates happen accurately? |
Merging this PR for now, as it seems in a good place / well-reviewed.
I agree these tests would be good to add, which can be done in a following PR 😄 |
Additional Unit Tests:
Update: