Skip to content

Commit fb0eace

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c5d9a28 commit fb0eace

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/acceptance_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,7 @@ def test2(self):
13671367
assert len(counts_by_worker_fence_b) == 1
13681368
assert next(iter(counts_by_worker_fence_b.values())) == 2
13691369

1370-
@pytest.mark.parametrize('num_tests', [1, 2, 3, 4, 5, 7])
1370+
@pytest.mark.parametrize("num_tests", [1, 2, 3, 4, 5, 7])
13711371
def test_two_tests_min_per_worker_rule_with_two_workers(
13721372
self, num_tests: int, pytester: pytest.Pytester
13731373
) -> None:
@@ -1410,7 +1410,7 @@ def test(i):
14101410

14111411
assert set(counts_by_worker_a.values()) == {
14121412
expected_worker_a_test_count,
1413-
num_tests - expected_worker_a_test_count
1413+
num_tests - expected_worker_a_test_count,
14141414
}
14151415

14161416

0 commit comments

Comments
 (0)