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:
@@ -27,7 +27,7 @@ class TreeReconstructionTest {
|
|||||||
"exec-1", id, type, "node-" + id,
|
"exec-1", id, type, "node-" + id,
|
||||||
"default", "route1", depth, parentId,
|
"default", "route1", depth, parentId,
|
||||||
status, NOW, NOW, 10L,
|
status, NOW, NOW, 10L,
|
||||||
null, null, null, null, null, null
|
null, null, null, null, null, null, null
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user