Skip to content

Commit 002d086

Browse files
author
eugenp
committed
minor cleanup
1 parent bc128cf commit 002d086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jackson/src/test/java/org/baeldung/jackson/node/NodeOperationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class NodeOperationTest {
2323
private static ObjectMapper mapper = new ObjectMapper();
2424

2525
@Test
26-
public void giveAnObject_whenConvertingIntoANode_thenCorrect() {
26+
public void givenAnObject_whenConvertingIntoNode_thenCorrect() {
2727
final NodeBean fromValue = new NodeBean(2016, "baeldung.com");
2828

2929
final JsonNode node = mapper.valueToTree(fromValue);

0 commit comments

Comments
 (0)