Hey @mishel.kz, can you share a dump of your database and the script you are using? I will take a look.
Not quite sure what the problem is. One thing that might be an issue is that the data may need to come from the database or something - so if you hard code any of the user information, it may not pass.
So there seems to be an issue with how you are saving how many guesses a game takes. Your test user says they have a game that took 15 guesses, not sure if I was doing something different or how you got it saved like that. In your screen shot, it says you played a game that took zero guesses - so something isn’t quite right. I would look into that and see if you can get it saving correctly. I think that will get that test to pass. Let us know if you are still unable to get it.
Technically, your script does print what the user story asks for there. I’ll look into the wording of that and the test to see if I can make things a little more clear.
Edit: Actually, when I ran the tests, that second one passed for me - the When the secret number is guesses... one.
Thank you so much for your help. I have passed the test. I think it was part of the code that with sql query to insert value that was giving me the trouble.