chore: lint fixes (#24084)
This commit is contained in:
@@ -207,7 +207,6 @@ func (s *CLITestSuite) TestTxCreateGroup() {
|
||||
}
|
||||
|
||||
for _, tc := range testCases {
|
||||
tc := tc
|
||||
|
||||
s.Run(tc.name, func() {
|
||||
ctx := svrcmd.CreateExecuteContext(context.Background())
|
||||
@@ -335,7 +334,6 @@ func (s *CLITestSuite) TestTxUpdateGroupAdmin() {
|
||||
}
|
||||
|
||||
for _, tc := range testCases {
|
||||
tc := tc
|
||||
|
||||
s.Run(tc.name, func() {
|
||||
ctx := svrcmd.CreateExecuteContext(context.Background())
|
||||
@@ -430,7 +428,6 @@ func (s *CLITestSuite) TestTxUpdateGroupMetadata() {
|
||||
}
|
||||
|
||||
for _, tc := range testCases {
|
||||
tc := tc
|
||||
|
||||
s.Run(tc.name, func() {
|
||||
ctx := svrcmd.CreateExecuteContext(context.Background())
|
||||
@@ -545,7 +542,6 @@ func (s *CLITestSuite) TestTxUpdateGroupMembers() {
|
||||
}
|
||||
|
||||
for _, tc := range testCases {
|
||||
tc := tc
|
||||
|
||||
s.Run(tc.name, func() {
|
||||
ctx := svrcmd.CreateExecuteContext(context.Background())
|
||||
|
||||
Reference in New Issue
Block a user