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