Fix up regression tests

This commit is contained in:
2025-03-27 15:37:57 +01:00
parent d88a76c4e2
commit 001470ffe4

View File

@@ -80,4 +80,4 @@ func TestTalentsMechanicOutOfRange(t *testing.T) {
if result != actual { if result != actual {
t.Errorf("expected %s, got %s", actual, result) t.Errorf("expected %s, got %s", actual, result)
} }
} }