541698a8b1
Code review caught four tests using `got, _` to discard load errors. A DB failure would have surfaced as a misleading "wrong score" assertion rather than a clear "load failed" message. Match the t.Fatalf pattern used by the other LoadCandidates tests in this file. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>