X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy%2Ftests%2Fselftest.py;h=949488d969762829482f7e6ae3b3869aaff92857;hp=edcefbd8d7c7bbcd2b5f3f234c05c2534821d091;hb=46bbc0afe053d9c8bac9f3a343ead69807fd886d;hpb=8a903d4a3899982b281ca33ee9c131b2fd9ef04d 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"),