Falko Schindler 1 gadu atpakaļ
vecāks
revīzija
a2b8662192
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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)