Skip to content

Commit

Permalink
Update x/authz/keeper/grpc_query_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: likhita-809 <78951027+likhita-809@users.noreply.github.com>
  • Loading branch information
aleem1314 and likhita-809 authored Oct 11, 2021
1 parent 6928a90 commit c6236d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/authz/keeper/grpc_query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func (suite *TestSuite) TestGRPCQueryAuthorizations() {
}
}

func (suite *TestSuite) TestQueryGranterGrants() {
func (suite *TestSuite) TestGRPCQueryGranterGrants() {
require := suite.Require()
app, ctx, queryClient, addrs := suite.app, suite.ctx, suite.queryClient, suite.addrs

Expand Down

0 comments on commit c6236d2

Please sign in to comment.