Closed Rawi01 closed 1 month ago
Ha! That trick of replacing assertTrue(list.isEmpty())
with assertEquals(Collections.emptyList(), list)
is, I presume, so that if the assertion fails, the JUnit IDE renderer thingie will show you the non-empty list, instead of simply telling you: This assertion failed?
This PR fixes #3748