minor cleanup
This commit is contained in:
parent
bc128cff1b
commit
002d086437
|
@ -23,7 +23,7 @@ public class NodeOperationTest {
|
|||
private static ObjectMapper mapper = new ObjectMapper();
|
||||
|
||||
@Test
|
||||
public void giveAnObject_whenConvertingIntoANode_thenCorrect() {
|
||||
public void givenAnObject_whenConvertingIntoNode_thenCorrect() {
|
||||
final NodeBean fromValue = new NodeBean(2016, "baeldung.com");
|
||||
|
||||
final JsonNode node = mapper.valueToTree(fromValue);
|
||||
|
|
Loading…
Reference in New Issue