mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
bug: stop repeating script before test ends
Test might otherwise causing unexpected side effects
This commit is contained in:
parent
12ad2d13ab
commit
1c21545130
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue