mirror of
https://github.com/evennia/evennia.git
synced 2026-03-24 00:36:30 +01:00
Fix unit test
This commit is contained in:
parent
bfe533441e
commit
62bde6fd07
1 changed files with 1 additions and 1 deletions
|
|
@ -95,4 +95,4 @@ class TestGametime(TestCase):
|
|||
self.timescripts.append(script)
|
||||
self.assertIsInstance(script, gametime.TimeScript)
|
||||
self.assertAlmostEqual(script.interval, 12)
|
||||
self.assertEqual(script.repeats, -1)
|
||||
self.assertEqual(script.repeats, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue