Skip to content

Commit 90f1fa6

Browse files
committed
test: update test with new params
1 parent ab8f734 commit 90f1fa6

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
@@ -44,6 +44,7 @@ func TestGRPCParams(t *testing.T) {
4444
types.WithMaxSize(math.NewUint(2)),
4545
types.WithMaxResultCount(math.NewUint(3)),
4646
types.WithMaxUserOutputSize(math.NewUint(4)),
47+
types.WithMaxVariables(math.NewUint(5)),
4748
),
4849
),
4950
},

x/logic/types/params_test.go

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

0 commit comments

Comments
 (0)