This commit is contained in:
2026-03-06 12:44:57 +08:00
parent fa61b11b02
commit 006b035de4
132 changed files with 1361 additions and 17400 deletions

View File

@@ -2,7 +2,7 @@ import os
import unittest
from unittest.mock import AsyncMock
from core.websocket_client import QingjianAPIClient
from core.websocket_client_v2 import QingjianAPIClient
class SystemInquiryRulesTest(unittest.IsolatedAsyncioTestCase):