diff --git a/tests/associations_many2many_test.go b/tests/associations_many2many_test.go index 894d0230..e8daa014 100644 --- a/tests/associations_many2many_test.go +++ b/tests/associations_many2many_test.go @@ -361,7 +361,7 @@ func TestConcurrentMany2ManyAssociation(t *testing.T) { t.Fatalf("open test connection failed, err: %+v", err) } - var count = 3 + count := 3 var languages []Language for i := 0; i < count; i++ {