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: Feb. 27, 2019, 6:54 p.m.; Updated at: Feb. 28, 2019, 3:49 p.m.