mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Remove force failure
This commit is contained in:
parent
796f3910c6
commit
d129c16c1b
1 changed files with 0 additions and 1 deletions
|
|
@ -16,7 +16,6 @@ class TestScript(BaseEvenniaTest):
|
|||
self.assertTrue(obj, errors)
|
||||
self.assertFalse(errors, errors)
|
||||
mockinit.assert_called()
|
||||
self.assertTrue(False)
|
||||
|
||||
|
||||
class TestScriptDB(TestCase):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue