Complete test name

This commit is contained in:
2021-09-04 14:35:27 +02:00
parent 4e98be1c07
commit 39f3c2e2a2

View File

@ -12,7 +12,7 @@ public abstract class OrderedBinaryTreeNodeProcessorTest extends OrderedTreeProc
}
@Test
void testThat_checkOfNull() {
void testThat_checkOfNullIsTrue() {
assertTrue(processor.check(null, CMP));
}