It specifies that the way to show a row is correct is by checking that each number between 1-9 inclusive is present in the row at most once.
However, in the check, the sudoku board provided does not have every number once, and it's expecting a True value.