From e380681962cc4f9703e5164d851a00ca306b34c3 Mon Sep 17 00:00:00 2001 From: zemyblue Date: Tue, 22 Aug 2023 18:47:09 +0900 Subject: [PATCH] chore: change unittest function name. --- x/auth/tx/service_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/auth/tx/service_test.go b/x/auth/tx/service_test.go index 8566c5d8a0..74d4cefec2 100644 --- a/x/auth/tx/service_test.go +++ b/x/auth/tx/service_test.go @@ -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)