This commit is contained in:
Looly
2021-12-09 00:19:57 +08:00
parent b1433317fe
commit 95e8c812ef
4 changed files with 54 additions and 48 deletions

View File

@@ -1,7 +1,6 @@
package cn.hutool.core.math;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
public class CalculatorTest {
@@ -31,7 +30,7 @@ public class CalculatorTest {
}
@Test
@Ignore
// @Ignore
public void conversationTest5(){
// https://github.com/dromara/hutool/issues/1984
final double conversion = Calculator.conversion("((1/1) / (1/1) -1) * 100");