Correct name of the custom loglevel test
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 2 Jul 2017 15:13:59 +0000 (15:13 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sun, 2 Jul 2017 15:13:59 +0000 (15:13 +0000)
Make the name of the custom loglevel test distinct from the show log
test preceeding it.

mudpy/tests/selftest.py

index a6bb6d6..4ffe027 100644 (file)
@@ -201,7 +201,7 @@ dialogue = (
     (test_admin_help, "admin help"),
     (test_show_element, "show element"),
     (test_show_log, "show log"),
-    (test_custom_loglevel, "show log"),
+    (test_custom_loglevel, "custom loglevel"),
     (test_invalid_loglevel, "invalid loglevel"),
     (test_log_no_errors, "no errors logged"),
 )