This commit is contained in:
Lunny Xiao 2024-12-12 15:25:43 -08:00
parent 95bccdbc3b
commit 91147db3bb
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

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