Skip to content

Commit

Permalink
Removes asyncio marks
Browse files Browse the repository at this point in the history
  • Loading branch information
cristi.dbr committed Mar 28, 2022
1 parent d5b5315 commit 393c804
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
from nwebsocket.events import ws_events_manage, ws_socket_manage


@pytest.mark.asyncio
async def test_events_manage():
pass


@pytest.mark.asyncio
async def test_socket_manage():
pass

0 comments on commit 393c804

Please sign in to comment.