From c47c94efb0d96f7e26f8fc780cb0711227ba3541 Mon Sep 17 00:00:00 2001 From: abel Date: Thu, 18 Apr 2024 17:19:57 -0300 Subject: [PATCH] (fix) Renamed a deprecation test --- tests/test_async_client_deprecation_warnings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_async_client_deprecation_warnings.py b/tests/test_async_client_deprecation_warnings.py index 12b4d55d..8ae39690 100644 --- a/tests/test_async_client_deprecation_warnings.py +++ b/tests/test_async_client_deprecation_warnings.py @@ -580,7 +580,7 @@ async def test_get_oracle_prices_deprecation_warning( assert str(deprecation_warnings[0].message) == "This method is deprecated. Use fetch_oracle_price instead" @pytest.mark.asyncio - async def test_stream_keepalive_deprecation_warning( + async def test_stream_oracle_prices_deprecation_warning( self, oracle_servicer, ):