From 46bbc0afe053d9c8bac9f3a343ead69807fd886d Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sun, 29 Jul 2018 17:53:41 +0000 Subject: [PATCH] Clean up leading space typo in test title This is merely a cosmetic fix removing stray leading whitespace from a test's title. --- mudpy/tests/selftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), -- 2.11.0