We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1188734 commit 2c83f20Copy full SHA for 2c83f20
x/logic/keeper/grpc_query_params_test.go
@@ -43,6 +43,7 @@ func TestGRPCParams(t *testing.T) {
43
types.WithMaxSize(math.NewUint(2)),
44
types.WithMaxResultCount(math.NewUint(3)),
45
types.WithMaxUserOutputSize(math.NewUint(4)),
46
+ types.WithMaxVariables(math.NewUint(5)),
47
),
48
49
},
x/logic/types/params_test.go
@@ -39,6 +39,7 @@ func TestValidateParams(t *testing.T) {
39
40
41
42
expectErr: false,
0 commit comments