X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy%2Ftests%2Fselftest.py;h=27378e91dbde345c7dc1185cdb845b6d67554591;hp=d246cfeaef44730797464bcc7ed044c4603715fd;hb=29e2b2662255e9049fa843d01bdee5f2e8dc00a3;hpb=e3a939148f5c87b62258ffadcd19dc4690105911 diff --git a/mudpy/tests/selftest.py b/mudpy/tests/selftest.py index d246cfe..27378e9 100644 --- a/mudpy/tests/selftest.py +++ b/mudpy/tests/selftest.py @@ -131,9 +131,9 @@ test_account1_teardown = ( ) test_admin_setup = ( - (2, "Identify yourself:", "testadmin"), + (2, "Identify yourself:", "admin"), (2, "Enter your choice:", "n"), - (2, "Enter a new password for \"testadmin\":", "Test789"), + (2, "Enter a new password for \"admin\":", "Test789"), (2, "Enter the same new password again:", "Test789"), (2, "What would you like to do\?", "c"), (2, "Pick a birth gender for your new avatar:", "m"),