• Code works on Run but fails on check

Question related to mission House Password

 

I was able to create code for the house password challenge and it passed all the assertions listed. When I run a test using the "Check" button it fails saying that my code returns "True" for "aaaaaaaaaaaaaaaaaa" and that it should return a "False" Since I have handled this in my code, when I copy that string into the Password "Check" text box and run, it gives a "False"

Wonder why the automated testing is failing this string when the same string is passing when I test it manually