Skip to content

Commit 927dfe3

Browse files
committed
modified build.xml
1 parent 9fb339d commit 927dfe3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/example/junit/TestCalculator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void testMultiply() {
4343
@Test
4444
public void testDivide() {
4545
double result = calc.divide(100, 10);
46-
org.junit.Assert.assertEquals(2, result, 0.001);
46+
org.junit.Assert.assertEquals(10, result, 0.001);
4747
}
4848

4949
@Test(expected = ArithmeticException.class)

0 commit comments

Comments
 (0)