Fix tests

This commit is contained in:
Thomas Farstrike
2026-02-25 21:04:01 +01:00
parent c269ab5ae2
commit 9625ab3218
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import time
from mpos import App, AppManager, TaskManager
from websocket import WebSocketApp
from uaiowebsocket import WebSocketApp
# demo_multiple_ws.py
import asyncio
+1 -1
View File
@@ -5,7 +5,7 @@ import time
from mpos import App, AppManager
from mpos import TaskManager
from websocket import WebSocketApp
from uaiowebsocket import WebSocketApp
import asyncio
import aiohttp
+1 -1
View File
@@ -6,7 +6,7 @@ import time
from mpos import App, AppManager
from mpos import TaskManager
from websocket import WebSocketApp
from uaiowebsocket import WebSocketApp
class TestMutlipleWebsocketsAsyncio(unittest.TestCase):