Skip to content

Commit

Permalink
small fix test names
Browse files Browse the repository at this point in the history
  • Loading branch information
leszekhanusz committed Feb 8, 2024
1 parent 5414314 commit 1ae00ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ def test_code():

@pytest.mark.aiohttp
@pytest.mark.asyncio
async def test_aiohttp_json_serializer(
async def test_requests_json_serializer(
event_loop, aiohttp_server, run_sync_test, caplog
):
import json
Expand Down Expand Up @@ -989,7 +989,7 @@ def test_code():

@pytest.mark.aiohttp
@pytest.mark.asyncio
async def test_aiohttp_json_deserializer(event_loop, aiohttp_server, run_sync_test):
async def test_requests_json_deserializer(event_loop, aiohttp_server, run_sync_test):
import json
from aiohttp import web
from decimal import Decimal
Expand Down

0 comments on commit 1ae00ab

Please sign in to comment.