Leon před 5 roky
rodič
revize
4c54d130c7

+ 1
- 1
src/test/java/rocks/zipcode/quiz5/fundamentals/calculator/DivideTest.java Zobrazit soubor

29
     @Test
29
     @Test
30
     public void test4() {
30
     public void test4() {
31
         // given
31
         // given
32
-        test(9.0, 63.0, 5.0);
32
+        test(12.6, 63.0, 5.0);
33
     }
33
     }
34
 
34
 
35
     @Test
35
     @Test