summaryrefslogtreecommitdiffstats
path: root/test/test_output.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_output.py')
-rw-r--r--test/test_output.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_output.py b/test/test_output.py
index 84433f0..e81f768 100644
--- a/test/test_output.py
+++ b/test/test_output.py
@@ -152,5 +152,5 @@ class TestShortenEAW(unittest.TestCase):
self.assertEqual(f(s, 19, "") , "幻-想-郷###幻-想-郷")
-if __name__ == '__main__':
+if __name__ == "__main__":
unittest.main()