Skip to content

Commit

Permalink
(fix) Renamed a deprecation test
Browse files Browse the repository at this point in the history
  • Loading branch information
abel committed Apr 18, 2024
1 parent 7b4e0b2 commit c47c94e
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -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,
):
Expand Down

0 comments on commit c47c94e

Please sign in to comment.