-
-
Notifications
You must be signed in to change notification settings - Fork 468
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
Adding cube in Calculator.java #78
base: master
Are you sure you want to change the base?
Conversation
Hi @PriscaTan! Thanks very much for your kind contribution and changes! This is brilliant! Oh, and one more thing, on what Java version have you tested it? Beside of this, everything else looks good 👍 |
@@ -67,6 +67,12 @@ void CalculateMonoSquareTest() { | |||
Assertions.assertEquals(9.0, calculator.calculateMono(Calculator.MonoOperatorModes.square, 3.0)); | |||
} | |||
|
|||
@Test |
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.
Thank you for adding a test 💯
Let me know if you need any help/assistance @PriscaTan 🙂 Hopefully what I suggested makes sense to you 😀 |
Hey @PriscaTan 👋 let me know if you are still willing to finish this and get your PR merged? If not, I will close it. |
Hi @PriscaTan, hope you are keeping well! Did you get the chance to see my comments? I'm about to close the PR. |
No description provided.