add missing defer

This commit is contained in:
oliverpool 2024-04-09 21:14:51 +02:00
parent aba99ab8fc
commit 8ffaa08b04

View file

@ -1076,6 +1076,7 @@ func TestDataAsync_Issue29101(t *testing.T) {
gitRepo, err := gitrepo.OpenRepository(db.DefaultContext, repo)
assert.NoError(t, err)
defer gitRepo.Close()
commit, err := gitRepo.GetCommit(sha)
assert.NoError(t, err)