Skip to content

Commit

Permalink
test: update test with new params
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Jul 24, 2024
1 parent e3ec98c commit 7c51be8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions x/logic/keeper/grpc_query_params_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func TestGRPCParams(t *testing.T) {
types.WithMaxSize(math.NewUint(2)),
types.WithMaxResultCount(math.NewUint(3)),
types.WithMaxUserOutputSize(math.NewUint(4)),
types.WithMaxVariables(math.NewUint(5)),
),
),
},
Expand Down
1 change: 1 addition & 0 deletions x/logic/types/params_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ func TestValidateParams(t *testing.T) {
types.WithMaxSize(math.NewUint(2)),
types.WithMaxResultCount(math.NewUint(3)),
types.WithMaxUserOutputSize(math.NewUint(4)),
types.WithMaxVariables(math.NewUint(5)),
),
),
expectErr: false,
Expand Down

0 comments on commit 7c51be8

Please sign in to comment.