ImmutableNodeItemTest:: don't pass null to setParent in test
This commit is contained in:
parent
c77f9c29d3
commit
6a93ed9199
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ public class ImmutableNodeItemTest {
|
||||||
immutableNode = Nodes.asImmutable(Nodes.unnamedRoot("subject"));
|
immutableNode = Nodes.asImmutable(Nodes.unnamedRoot("subject"));
|
||||||
expectImmutableException();
|
expectImmutableException();
|
||||||
//when
|
//when
|
||||||
immutableNode.setParent(null);
|
immutableNode.setParent(Nodes.unnamedRoot("child"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in a new issue