Skip to content

Commit

Permalink
(fix) Fix error due to incomplete rename
Browse files Browse the repository at this point in the history
  • Loading branch information
abel committed Feb 13, 2024
1 parent 65e6e99 commit 1c1067c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/client/chain/grpc/test_chain_grpc_authz_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from pyinjective.core.network import Network
from pyinjective.proto.cosmos.authz.v1beta1 import authz_pb2, query_pb2 as authz_query
from pyinjective.proto.cosmos.base.query.v1beta1 import pagination_pb2 as pagination_pb
from tests.client.chain.grpc.configurable_autz_query_servicer import ConfigurableAuthZQueryServicer
from tests.client.chain.grpc.configurable_authz_query_servicer import ConfigurableAuthZQueryServicer


@pytest.fixture
Expand Down
2 changes: 1 addition & 1 deletion tests/test_async_client_deprecation_warnings.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from pyinjective.proto.injective.stream.v1beta1 import query_pb2 as chain_stream_pb
from pyinjective.proto.injective.types.v1beta1 import account_pb2 as account_pb
from tests.client.chain.grpc.configurable_auth_query_servicer import ConfigurableAuthQueryServicer
from tests.client.chain.grpc.configurable_autz_query_servicer import ConfigurableAuthZQueryServicer
from tests.client.chain.grpc.configurable_authz_query_servicer import ConfigurableAuthZQueryServicer
from tests.client.chain.grpc.configurable_bank_query_servicer import ConfigurableBankQueryServicer
from tests.client.chain.stream_grpc.configurable_chain_stream_query_servicer import ConfigurableChainStreamQueryServicer
from tests.client.indexer.configurable_account_query_servicer import ConfigurableAccountQueryServicer
Expand Down

0 comments on commit 1c1067c

Please sign in to comment.