justheuristic %!s(int64=4) %!d(string=hai) anos
pai
achega
2039a2348d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/test_util_modules.py

+ 1 - 1
tests/test_util_modules.py

@@ -527,7 +527,7 @@ async def test_cancel_and_wait():
 
 @pytest.mark.parametrize("max_workers", [1, 2, 10])
 def test_performance_ema_threadsafe(
-    max_workers: int = 2,
+    max_workers: int,
     interval: float = 0.01,
     num_updates: int = 100,
     alpha: float = 0.05,