Add TODO comment

This commit is contained in:
Gary Gregory 2024-05-25 09:32:13 -04:00
parent 6ff74418ed
commit 26f54fc882
1 changed files with 2 additions and 0 deletions

View File

@ -534,6 +534,8 @@ public class DurationFormatUtilsTest extends AbstractLangTest {
assertEquals("P1Y1M2DT10H30M0.000S", text);
// want a way to say 'don't print the seconds in format()' or other fields for that matter:
// assertEquals("P1Y2M3DT10H30M", text);
//
// TODO Jacoco shows missing coverage for internal negative days
}
@Test