no longer needed
This commit is contained in:
parent
f9b17d25d1
commit
1794457b57
1 changed files with 0 additions and 2 deletions
|
|
@ -86,7 +86,6 @@ class TestGametime(TestCase):
|
|||
|
||||
def test_schedule(self):
|
||||
callback = Mock()
|
||||
del callback.items
|
||||
script = gametime.schedule(callback, day=19)
|
||||
self.timescripts.append(script)
|
||||
self.assertIsInstance(script, gametime.TimeScript)
|
||||
|
|
@ -95,7 +94,6 @@ class TestGametime(TestCase):
|
|||
|
||||
def test_repeat_schedule(self):
|
||||
callback = Mock()
|
||||
del callback.items
|
||||
script = gametime.schedule(callback, repeat=True, min=32)
|
||||
self.timescripts.append(script)
|
||||
self.assertIsInstance(script, gametime.TimeScript)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue