mirror of
https://github.com/go-gitea/gitea
synced 2025-07-09 20:17:21 +00:00
Fix "data race" in testlogger (#9159)
* Fix data race in testlogger * Update git_helper_for_declarative_test.go
This commit is contained in:
@ -161,7 +161,7 @@ func TestNonasciiBranches(t *testing.T) {
|
||||
},
|
||||
}
|
||||
|
||||
prepareTestEnv(t)
|
||||
defer prepareTestEnv(t)()
|
||||
|
||||
user := "user2"
|
||||
repo := "utf8"
|
||||
|
Reference in New Issue
Block a user