mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 05:06:51 +00:00
chore: remove export loop ref and loop-scope assignments (changed with go 1.22)
This commit is contained in:
@ -75,8 +75,6 @@ func TestUserAgent(t *testing.T) {
|
||||
}
|
||||
|
||||
for _, test := range tests {
|
||||
test := test
|
||||
|
||||
t.Run(test.want, func(t *testing.T) {
|
||||
ua := New()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user