chore: fix all linting (#24101)

This commit is contained in:
Alex | Interchain Labs
2025-03-21 15:04:36 -07:00
committed by GitHub
parent b7fb7f4858
commit 7fd79df4e1
329 changed files with 1282 additions and 1251 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ func TestQueryAppConfig(t *testing.T) {
t.Parallel()
f := initFixture(t)
res, err := f.appQueryClient.Config(f.ctx, &appv1alpha1.QueryConfigRequest{})
res, err := f.appQueryClient.Config(f.ctx, &appv1alpha1.QueryConfigRequest{}) //nolint:staticcheck // used for testing the deprecated code
assert.NilError(t, err)
// app config is not nil
assert.Assert(t, res != nil && res.Config != nil)