Issue with test_countries_with_team_size
smylmrz opened this issue · 3 comments
I don't know how but some random query passes the test.
This is what I commited :D
$countries = Country::whereHas('teams', function($q) { $q->av('size', 4); })->get();
I just cloned your repo. It seems that the problem is the response print outs the error page including the stack trace that contains that text therefore that's what is causing it.
It might be too little too late submitting a fix for this now. Wish I caught this before when testing but it never caught my eye until I saw this issue. Anyways it will be up to @PovilasKorop if the fix I submitted will be merged or not so. For now, I'd suggest just writing the correct query and submitting your solutions anyway. 🤷♂️
Fix was merged for future test takers. @purplman can close this issue now. 🙂