fix: #18 revert unnecessary newline change
This commit is contained in:
parent
17a2cc2c90
commit
6d1e85b198
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ from evennia.scripts.manager import ScriptDBManager
|
||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
from evennia.utils.dbserialize import dbserialize
|
from evennia.utils.dbserialize import dbserialize
|
||||||
|
|
||||||
|
|
||||||
class TestScript(BaseEvenniaTest):
|
class TestScript(BaseEvenniaTest):
|
||||||
def test_create(self):
|
def test_create(self):
|
||||||
"Check the script can be created via the convenience method."
|
"Check the script can be created via the convenience method."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue