mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	Fix test
This commit is contained in:
		@@ -53,7 +53,7 @@ func TestGetFormatPatch(t *testing.T) {
 | 
			
		||||
	defer repo.Close()
 | 
			
		||||
 | 
			
		||||
	rd := &bytes.Buffer{}
 | 
			
		||||
	err = repo.GetPatch("8d92fc95^ 8d92fc95", rd)
 | 
			
		||||
	err = repo.GetPatch("8d92fc95^...8d92fc95", rd)
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		assert.NoError(t, err)
 | 
			
		||||
		return
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user