Quality Assurance Projects - Sudoku Solver

Tell us what’s happening:

I’m getting an error on a unit test: 1) Functional Tests
POST /api/check
Check a puzzle placement with single placement conflict:
Uncaught AssertionError: expected [ ‘column’, ‘region’ ] to include ‘row’

Can’t seem to narrow this down either. My first thought was that they weren’t being done in the correct order. Hasn’t sorted it out though.

###Your project link(s)

solution: https://3000-freecodecam-boilerplate-qrs1ym8hawc.ws-us118.gitpod.io

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0

Challenge Information:

Quality Assurance Projects - Sudoku Solver

There doesn’t seem to be a good way to check, I ran the snapshot using VScode but that is only half the equation. I guess there is a way to make gitpod stay active for 24 hrs but I’m trying to find out how myself.

Here’s a few more of the check method, solver section, and written test.

Getting the same assertion error each time, so I logged to see where it was failing in the equation.