mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +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