0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-07-19 19:18:43 +02:00
This commit is contained in:
bytedream 2025-05-09 01:22:26 +02:00
parent 2c2a7c5c80
commit 627bce976c

View File

@ -1,11 +1,13 @@
package files
import (
"testing"
"code.gitea.io/gitea/models/unittest"
"code.gitea.io/gitea/modules/lfs"
"code.gitea.io/gitea/services/contexttest"
"github.com/stretchr/testify/assert"
"testing"
)
func TestUpdateRename(t *testing.T) {