I’m having trouble with the puzzle Simplified Monopoly with Kotlin or even Java. I have a success score of 88% on this puzzle as there is one test that doesn’t pass when submitting even if all my tests pass when I’m coding.
I’m pretty sure I didn’t hardcode anything though.
Am I the only one to have some trouble on this matter ?
It looks like your log is for the “Big Run” test (Test 8), instead of for the “Big Run” validator (Validator 8). And your log seems all correct to me.
Please note that tests and validators are similar but different. That means even if your code passes a test, it may not pass the corresponding validator if your code contains a bug which is relevant to the validator only.