Falko Schindler 1 年之前
父节点
当前提交
a2b8662192
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/conftest.py

+ 1 - 1
tests/conftest.py

@@ -49,7 +49,7 @@ def capabilities(capabilities: Dict) -> Dict:
 
 @pytest.fixture(autouse=True)
 def reset_globals() -> Generator[None, None, None]:
-    """Reset the global state of the nicegui package."""
+    """Reset the global state of the NiceGUI package."""
     for route in app.routes:
         if isinstance(route, APIRoute) and route.path.startswith('/_nicegui/auto/static/'):
             app.remove_route(route.path)