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
Created at: 2019/02/27 18:54; Updated at: 2019/02/28 15:49