Skip to content

Commit 2c83f20

Browse files
committed
test: update test with new params
1 parent 1188734 commit 2c83f20

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

x/logic/keeper/grpc_query_params_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ func TestGRPCParams(t *testing.T) {
4343
types.WithMaxSize(math.NewUint(2)),
4444
types.WithMaxResultCount(math.NewUint(3)),
4545
types.WithMaxUserOutputSize(math.NewUint(4)),
46+
types.WithMaxVariables(math.NewUint(5)),
4647
),
4748
),
4849
},

x/logic/types/params_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ func TestValidateParams(t *testing.T) {
3939
types.WithMaxSize(math.NewUint(2)),
4040
types.WithMaxResultCount(math.NewUint(3)),
4141
types.WithMaxUserOutputSize(math.NewUint(4)),
42+
types.WithMaxVariables(math.NewUint(5)),
4243
),
4344
),
4445
expectErr: false,

0 commit comments

Comments
 (0)