tests improvements

This commit is contained in:
2026-04-13 17:59:19 +02:00
parent 403e7ec22f
commit 684f63dabe
11 changed files with 139 additions and 37 deletions

View File

@@ -84,7 +84,7 @@ public class CardDeck {
String cleanRow = row.trim();
String[] fields = cleanRow.split(";");
logger.info((p++) + " ROW " + row);
logger.debug((p++) + " ROW " + row);
switch (fields[0]) {
case "C":