Falko Schindler 1 year ago
parent
commit
a2b8662192
1 changed files with 1 additions and 1 deletions
  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)