File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ func TestDiscordPayload(t *testing.T) {
8181	})
8282
8383	t .Run ("PushWithLongCommitMessage" , func (t  * testing.T ) {
84- 		p  :=  pushTestPayloadMultilineCommitMessage ()
84+ 		p  :=  pushTestMultilineCommitMessagePayload ()
8585
8686		pl , err  :=  dc .Push (p )
8787		require .NoError (t , err )
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ func pushTestPayload() *api.PushPayload {
6767	return  pushTestPayloadWithCommitMessage ("commit message" )
6868}
6969
70- func  pushTestPayloadMultilineCommitMessage () * api.PushPayload  {
70+ func  pushTestMultilineCommitMessagePayload () * api.PushPayload  {
7171	return  pushTestPayloadWithCommitMessage ("This is a commit summary that is longer than 50 characters\n \n This is the message body." )
7272}
7373
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments