Skip to content

Commit

Permalink
chore: change unittest function name.
Browse files Browse the repository at this point in the history
  • Loading branch information
zemyblue committed Aug 22, 2023
1 parent 03bace2 commit e380681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/auth/tx/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ func (s IntegrationTestSuite) TestGetBlockWithTxs_GRPC() {
}
}

func (s IntegrationTestSuite) TestGetBlockWithTxs_GRPC_2() {
func (s IntegrationTestSuite) TestGetBlockWithTxs() {
srv := tx2.NewTxServer(client.Context{}, nil, nil)

_, err := srv.GetBlockWithTxs(context.Background(), nil)
Expand Down

0 comments on commit e380681

Please sign in to comment.