Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-09-09 23:47:54 +00:00
parent 79f8adccd5
commit 1419726099

View File

@@ -250,8 +250,8 @@ def test_batch_no_race_conditions() -> None:
expected = [i * 2 for i in range(50)]
assert outputs == expected, "Outputs should be correct and in order"
# Note: The counter might not be 50 due to race conditions in the test runnable itself,
# but the batch processing order should still be preserved
# Note: The counter might not be 50 due to race conditions in the test
# runnable itself, but the batch processing order should still be preserved
def test_batch_with_varying_processing_times() -> None:
@@ -312,3 +312,4 @@ if __name__ == "__main__":