We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f310fe commit 2a8286bCopy full SHA for 2a8286b
tests/core/workers/test_relational_worker.py
@@ -92,6 +92,12 @@ def test_running() -> None:
92
assert relational_worker_two.last_run != relational_worker_one.last_run
93
assert TestRelationalWorkerOne.last_run != TestRelationalWorkerTwo.last_run
94
95
+ previous_run = relational_worker_two.last_run
96
+
97
+ relational_worker_two.start()
98
99
+ assert relational_worker_two.last_run == previous_run
100
101
102
def test_observing() -> None:
103
# Reset the values
0 commit comments