chore: lint fixes (#24084)

This commit is contained in:
Alex | Interchain Labs
2025-03-20 16:20:39 -04:00
committed by GitHub
parent 978978a3fe
commit 98f0f76e73
60 changed files with 33 additions and 127 deletions
-4
View File
@@ -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())