Complete test name
This commit is contained in:
parent
4e98be1c07
commit
39f3c2e2a2
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ public abstract class OrderedBinaryTreeNodeProcessorTest extends OrderedTreeProc
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void testThat_checkOfNull() {
|
void testThat_checkOfNullIsTrue() {
|
||||||
assertTrue(processor.check(null, CMP));
|
assertTrue(processor.check(null, CMP));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue