summaryrefslogtreecommitdiff
path: root/tests/test_schedulers.py
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-08-17 00:39:49 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-08-17 00:39:49 +0300
commitcb56624154fa69ddafb82349a465419aacac1caa (patch)
treedceeec9884916bb77977f09a1f0fabf8b22fc972 /tests/test_schedulers.py
parentde722a1b8985cf6308ba602e8e7b8bab21349448 (diff)
downloadapscheduler-cb56624154fa69ddafb82349a465419aacac1caa.tar.gz
Formatted all code to fit within Black's 88 column limit
Diffstat (limited to 'tests/test_schedulers.py')
-rw-r--r--tests/test_schedulers.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_schedulers.py b/tests/test_schedulers.py
index f57cbeb..589b753 100644
--- a/tests/test_schedulers.py
+++ b/tests/test_schedulers.py
@@ -393,7 +393,8 @@ class TestSyncScheduler:
fake_uniform.assert_called_once_with(0, expected_upper_bound)
- # Check that the job was created with the proper amount of jitter in its scheduled time
+ # Check that the job was created with the proper amount of jitter in its
+ # scheduled time
jobs = scheduler.data_store.get_jobs({job_id})
assert jobs[0].jitter == timedelta(seconds=jitter)
assert jobs[0].scheduled_fire_time == orig_start_time + timedelta(