bug: stop repeating script before test ends

Test might otherwise causing unexpected side effects
This commit is contained in:
Storsorken 2023-03-13 20:50:01 +01:00
parent 12ad2d13ab
commit 1c21545130

View file

@ -188,6 +188,7 @@ class TestExtendedLoopingCall(TestCase):
loopcall.start(20, now=False, start_delay=5, count_start=0)
loopcall.force_repeat()
loopcall.stop()
callback.assert_called_once()