Created attachment 36 [details] test screenshot One of test cases for isAirplane() method in CardAnalyser failed. We use "4445556668XX" as the input of isAirplane, which is not a case Airplane pattern, but the method returns true. Expected output: false Actual output: true The screen shoot of test script and result is attached.
According to the rules of "Fight the Landlord", the input "4445556668XX" is an 'Airplane'. The error appears because the expect result of the testCast is wrong, instead of the code. Therefore, this bug is invalid, we only need to change the expect result of the testCase.