justheuristic 4 年之前
父節點
當前提交
2039a2348d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,