We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dear
During the transition of java8 -> 21, and Junit4->5 an error was introduced in https://github.com/daviddenton/refactoring-golf/blame/master/hole2/src/test/java/hole2/TakeHomeCalculatorTest.java
The test imports class Incalculable extends RuntimeException"from HOLE 1, cause the tests to fail. Simply removing line 4, removes the issue.
class Incalculable extends RuntimeException"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear
During the transition of java8 -> 21, and Junit4->5 an error was introduced in
https://github.com/daviddenton/refactoring-golf/blame/master/hole2/src/test/java/hole2/TakeHomeCalculatorTest.java
The test imports
class Incalculable extends RuntimeException"
from HOLE 1, cause the tests to fail.Simply removing line 4, removes the issue.
The text was updated successfully, but these errors were encountered: