re-enable test

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899689 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-04-09 21:13:53 +00:00
parent be2a929f44
commit 2c4abb60f5
1 changed files with 0 additions and 3 deletions

View File

@ -30,9 +30,6 @@ import org.junit.jupiter.api.Test;
* Test cases for ROUND(), ROUNDUP(), ROUNDDOWN()
*/
final class TestRoundFuncs {
// github-43
// https://github.com/apache/poi/pull/43
@Disabled("ROUNDUP(3987*0.2, 2) currently fails by returning 797.41")
@Test
void testRoundUp() {
assertRoundUpEquals(797.40, 3987*0.2, 2, 1e-10);