dan-s1 commented on PR #7248: URL: https://github.com/apache/nifi/pull/7248#issuecomment-1557576462
@exceptionfactory In my latest commit I broke up 3 of the original tests into multiple unit tests as each of them were testing too many things. To the left of the arrow is the original unit test name and to the right are what they were converted to ``` testGetTimeDurationShouldHandleDecimalValues -> testGetTimeDurationWithWholeNumbers, testGetTimeDurationWithDecimalNumbers testGetPreciseTimeDurationShouldHandleDecimalValues -> testGetPreciseTimeDurationWithWholeNumbers, testGetPreciseTimeDurationWithDecimalNumbers testShouldGetSmallerTimeUnit -> testGetSmallerTimeUnitWithNull, testGetSmallerTimeUnitWithNanoseconds, testShouldGetSmallerTimeUnit ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org