Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tqin7 committed Sep 17, 2024
1 parent 9c1da25 commit b8c916a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions protocol/x/vault/keeper/grpc_query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"testing"

testapp "github.com/dydxprotocol/v4-chain/protocol/testutil/app"
"github.com/dydxprotocol/v4-chain/protocol/testutil/constants"
"github.com/dydxprotocol/v4-chain/protocol/x/vault/types"
"github.com/stretchr/testify/require"
"google.golang.org/grpc/codes"
Expand All @@ -24,6 +25,9 @@ func TestQueryParams(t *testing.T) {
req: &types.QueryParamsRequest{},
res: &types.QueryParamsResponse{
DefaultQuotingParams: types.DefaultQuotingParams(),
OperatorParams: types.OperatorParams{
Operator: constants.GovAuthority,
},
},
err: nil,
},
Expand Down

0 comments on commit b8c916a

Please sign in to comment.