Clean up leading space typo in test title
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 29 Jul 2018 17:53:41 +0000 (17:53 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sun, 29 Jul 2018 17:53:41 +0000 (17:53 +0000)
This is merely a cosmetic fix removing stray leading whitespace from
a test's title.

mudpy/tests/selftest.py

index edcefbd..949488d 100644 (file)
@@ -285,7 +285,7 @@ dialogue = (
     (test_account0_setup, "first account setup"),
     (test_account1_setup, "second account setup"),
     (test_actor_appears, "actor spontaneous appearance"),
     (test_account0_setup, "first account setup"),
     (test_account1_setup, "second account setup"),
     (test_actor_appears, "actor spontaneous appearance"),
-    (test_explicit_punctuation, " explicit punctuation"),
+    (test_explicit_punctuation, "explicit punctuation"),
     (test_implicit_punctuation, "implicit punctuation"),
     (test_typo_replacement, "typo replacement"),
     (test_sentence_capitalization, "sentence capitalization"),
     (test_implicit_punctuation, "implicit punctuation"),
     (test_typo_replacement, "typo replacement"),
     (test_sentence_capitalization, "sentence capitalization"),