tests: Fix Project model test for new column
The Project model has a new column, "Comments", added in 2020. The tests weren't updated to handle that and were failing because the column numbers changed.
Fixes: b1e37cc7 ("Adding a comment feature on Project files")