forked from Silverfish/proton-bridge
chore: remove export loop ref and loop-scope assignments (changed with go 1.22)
This commit is contained in:
@ -405,8 +405,6 @@ func TestPreferencesBuilder(t *testing.T) {
|
||||
}
|
||||
|
||||
for _, test := range tests {
|
||||
test := test // Avoid using range scope test inside function literal.
|
||||
|
||||
t.Run(test.name, func(t *testing.T) {
|
||||
b := &sendPrefsBuilder{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user