X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy%2Ftests%2Fselftest.py;h=27378e91dbde345c7dc1185cdb845b6d67554591;hp=d246cfeaef44730797464bcc7ed044c4603715fd;hb=a848ee505cff4e968417004173adc790f4e78ff1;hpb=b49b46647b67b797a42b8ffaeca3801bb3b71250 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"),