1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-19 00:38:36 +00:00
This commit is contained in:
Lunny Xiao
2024-12-12 15:25:43 -08:00
parent 95bccdbc3b
commit 91147db3bb

View File

@@ -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