File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
src/test/kotlin/com/fasterxml/jackson/module/kotlin/test/github Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class TestGithub168 {
1313    class  TestClass (@JsonProperty(value =  " foo" =  true ) foo :  String? , val  baz :  String )
1414
1515    @Test
16-     fun  testIfRequiredIsReallyRequiredWhenNullused () {
16+     fun  testIfRequiredIsReallyRequiredWhenNullUsed () {
1717        val  obj =  jacksonObjectMapper().readValue<TestClass >(""" {"foo":null,"baz":"whatever"}""" 
1818        assertEquals(" whatever" 
1919    }
@@ -27,7 +27,7 @@ class TestGithub168 {
2727    }
2828
2929    @Test
30-     fun  testIfRequiredIsReallyRequiredWhenVauePresent () {
30+     fun  testIfRequiredIsReallyRequiredWhenValuePresent () {
3131        val  obj =  jacksonObjectMapper().readValue<TestClass >(""" {"foo":"yay!","baz":"whatever"}""" 
3232        assertEquals(" whatever" 
3333    }
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments