@@ -29,7 +29,7 @@ public class DivideTest {
@Test
public void test4() {
// given
- test(9.0, 63.0, 5.0);
+ test(12.6, 63.0, 5.0);
}