tests: Rename uasyncio to asyncio.

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
Jim Mussared
2023-06-08 16:01:38 +10:00
committed by Damien George
parent 2fbc08c462
commit 6027c41c8f
81 changed files with 136 additions and 244 deletions

View File

@@ -102,7 +102,7 @@ def instance0():
# Client
def instance1():
try:
import uasyncio as asyncio
import asyncio
from aioespnow import AIOESPNow
except ImportError:
print("SKIP")

View File

@@ -58,7 +58,7 @@ async def echo_server(e):
# Server
def instance0():
try:
import uasyncio as asyncio
import asyncio
from aioespnow import AIOESPNow
except ImportError:
print("SKIP")