minor cleanup

This commit is contained in:
eugenp 2016-01-25 12:22:42 +02:00
parent bc128cff1b
commit 002d086437
1 changed files with 1 additions and 1 deletions

View File

@ -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);