fix: add missing attributes parameter to test record constructors

Tests were not updated when attributes field was added to ExecutionRecord,
ProcessorRecord, ProcessorDoc, and ExecutionDocument records.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-03-26 18:58:44 +01:00
parent 387ed44989
commit c087e4af08

View File

@@ -27,7 +27,7 @@ class TreeReconstructionTest {
"exec-1", id, type, "node-" + id,
"default", "route1", depth, parentId,
status, NOW, NOW, 10L,
null, null, null, null, null, null
null, null, null, null, null, null, null
);
}