Commit 9fdc8914 authored by Harish Kumar Kaiwart's avatar Harish Kumar Kaiwart

corrected test case

parent f535a1bf
...@@ -24,7 +24,7 @@ public class CalculatorTest { ...@@ -24,7 +24,7 @@ public class CalculatorTest {
@Test @Test
public void testSquare(){ public void testSquare(){
Assert.assertEquals(125,calculator.square(25)); Assert.assertEquals(625,calculator.square(25));
} }
@Test @Test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment