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 ab8f734 commit 90f1fa6Copy full SHA for 90f1fa6
x/logic/keeper/grpc_query_params_test.go
@@ -44,6 +44,7 @@ func TestGRPCParams(t *testing.T) {
44
types.WithMaxSize(math.NewUint(2)),
45
types.WithMaxResultCount(math.NewUint(3)),
46
types.WithMaxUserOutputSize(math.NewUint(4)),
47
+ types.WithMaxVariables(math.NewUint(5)),
48
),
49
50
},
x/logic/types/params_test.go
@@ -40,6 +40,7 @@ func TestValidateParams(t *testing.T) {
40
41
42
43
expectErr: false,
0 commit comments