Falko Schindler 1 năm trước cách đây
mục cha
commit
a2b8662192
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)