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