mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 23:17:17 +02:00
Black style correction
This commit is contained in:
parent
76fd00a2cc
commit
6896abde2f
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ class LatinifyTest(TestCase):
|
|||
def setUp(self):
|
||||
super().setUp()
|
||||
|
||||
self.example_str = 'It naïvely says, “plugh.”'
|
||||
self.example_str = "It naïvely says, “plugh.”"
|
||||
self.expected_output = 'It naively says, "plugh."'
|
||||
|
||||
def test_plain_string(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue