mirror of
https://github.com/evennia/evennia.git
synced 2026-03-22 07:46:30 +01:00
Black style correction
This commit is contained in:
parent
6d0e4aa9b1
commit
0dbfa38f20
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