From: Jeremy Stanley Date: Sun, 29 Jul 2018 17:53:41 +0000 (+0000) Subject: Clean up leading space typo in test title X-Git-Tag: 0.0.1~58 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=46bbc0afe053d9c8bac9f3a343ead69807fd886d;ds=sidebyside Clean up leading space typo in test title This is merely a cosmetic fix removing stray leading whitespace from a test's title. --- diff --git a/mudpy/tests/selftest.py b/mudpy/tests/selftest.py index edcefbd..949488d 100644 --- a/mudpy/tests/selftest.py +++ b/mudpy/tests/selftest.py @@ -285,7 +285,7 @@ dialogue = ( (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"),