Files
qavion-time-tracker-assessment/backend
achim 00521afd18 fix(test): explicit type witness on List.of(Object[]) for Mockito inference
javac couldn't infer List<Object[]> from List.of(row) when row is Object[];
adding the explicit type witness List.<Object[]>of(row) resolves the
ambiguous overload that caused the compilation error.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-16 12:07:55 +02:00
..