浏览代码

fixed failed test

Toan Quach 8 月之前
父节点
当前提交
9be5a9c9a7
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      tests/core/test_core.py

+ 2 - 1
tests/core/test_core.py

@@ -23,7 +23,8 @@ class TestCore:
 
         assert isinstance(core, Orchestrator)
         expected_message = (
-            "Class `Core` has been deprecated, an object of class `Orchestrator` will be created instead."
+            "The `Core` service is deprecated and replaced by the `Orchestrator` service. "
+            "An `Orchestrator` instance has been instantiated instead."
         )
         assert expected_message in caplog.text