-
Notifications
You must be signed in to change notification settings - Fork 28
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 Main, DSpot and Amplification #923
Conversation
Hello @andrewbwogi Thank you for your PR. Yes, it seems that I may wrongly updated an expected value in the I'm looking at it. |
Hello @andrewbwogi To resolve the conflict, we must move the new code if (testMethodsToBeAmplifiedNames.size() == 1 &&
testMethodsToBeAmplifiedNames.get(0).isEmpty()) {
testMethodsToBeAmplifiedNames.clear();
} from the Main class to the new location. Could you take care of that? There is also a failing test on Thank you. |
Hello @andrewbwogi Because we are bit in a hurry, I close this one and merge the one that I opened #928 I won't squash the commits in order to keep your authorship. Best. |
No description provided.