Skip to content

Commit 712e723

Browse files
committed
blacken
1 parent 43c46f5 commit 712e723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/job/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@ def test_max_slots_hit_int(self):
12971297
job_config = self._make_one()
12981298
job_config._properties["maxSlots"] = int(3)
12991299
self.assertEqual(job_config.max_slots, 3)
1300-
1300+
13011301
def test_max_slots_hit_invalid(self):
13021302
job_config = self._make_one()
13031303
job_config._properties["maxSlots"] = object()

0 commit comments

Comments
 (0)