diff --git a/x/uexecutor/keeper/msg_server_test.go b/x/uexecutor/keeper/msg_server_test.go index 92daeef0..840b751a 100755 --- a/x/uexecutor/keeper/msg_server_test.go +++ b/x/uexecutor/keeper/msg_server_test.go @@ -49,7 +49,6 @@ func TestParams(t *testing.T) { } for _, tc := range testCases { - tc := tc t.Run(tc.name, func(t *testing.T) { _, err := f.msgServer.UpdateParams(f.ctx, tc.request) diff --git a/x/uregistry/keeper/msg_server_test.go b/x/uregistry/keeper/msg_server_test.go index 4a6137d7..9656bacb 100755 --- a/x/uregistry/keeper/msg_server_test.go +++ b/x/uregistry/keeper/msg_server_test.go @@ -36,7 +36,6 @@ func TestParams(t *testing.T) { } for _, tc := range testCases { - tc := tc t.Run(tc.name, func(t *testing.T) { _, err := f.msgServer.UpdateParams(f.ctx, tc.request) diff --git a/x/utxverifier/keeper/msg_server_test.go b/x/utxverifier/keeper/msg_server_test.go index 48957269..21869a7c 100755 --- a/x/utxverifier/keeper/msg_server_test.go +++ b/x/utxverifier/keeper/msg_server_test.go @@ -36,7 +36,6 @@ func TestParams(t *testing.T) { } for _, tc := range testCases { - tc := tc t.Run(tc.name, func(t *testing.T) { _, err := f.msgServer.UpdateParams(f.ctx, tc.request) diff --git a/x/uvalidator/keeper/msg_server_test.go b/x/uvalidator/keeper/msg_server_test.go index 85cd5ba2..dc14e77a 100755 --- a/x/uvalidator/keeper/msg_server_test.go +++ b/x/uvalidator/keeper/msg_server_test.go @@ -36,7 +36,6 @@ func TestParams(t *testing.T) { } for _, tc := range testCases { - tc := tc t.Run(tc.name, func(t *testing.T) { _, err := f.msgServer.UpdateParams(f.ctx, tc.request)