garydgregory commented on code in PR #786:
URL: https://github.com/apache/commons-lang/pull/786#discussion_r1264740474
##########
src/test/java/org/apache/commons/lang3/builder/DiffBuilderTest.java:
##########
@@ -495,4 +519,16 @@ public void testTriviallyEqualTestEnabled() {
assertThat(explicitTestAndEqual.build().getNumberOfDiffs(),
equalToZero);
}
+ @Test
+ public void testNestedDiffable() {
Review Comment:
This test needs to be different: It compiles just fine AND without warnings
without the change to `main`. What am I missing?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]