Skip to content

Commit c47c94e

Browse files
author
abel
committed
(fix) Renamed a deprecation test
1 parent 7b4e0b2 commit c47c94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_async_client_deprecation_warnings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ async def test_get_oracle_prices_deprecation_warning(
580580
assert str(deprecation_warnings[0].message) == "This method is deprecated. Use fetch_oracle_price instead"
581581

582582
@pytest.mark.asyncio
583-
async def test_stream_keepalive_deprecation_warning(
583+
async def test_stream_oracle_prices_deprecation_warning(
584584
self,
585585
oracle_servicer,
586586
):

0 commit comments

Comments
 (0)