mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 13:37:17 +02:00
Fix test case name
This commit is contained in:
parent
27de52e68e
commit
4ec65920af
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ from evennia.contrib.base_systems.godotwebsocket import text2bbcode
|
|||
import mock
|
||||
|
||||
|
||||
class TestText2Html(TestCase):
|
||||
class TestText2Bbcode(TestCase):
|
||||
def test_format_styles(self):
|
||||
parser = text2bbcode.BBCODE_PARSER
|
||||
self.assertEqual("foo", parser.format_styles("foo"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue