fix: update tests for new ProcessorRecord fields
Add resolvedEndpointUri, splitDepth, loopDepth arguments to ProcessorRecord constructors in TreeReconstructionTest and PostgresExecutionStoreIT. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -28,7 +28,8 @@ class TreeReconstructionTest {
|
||||
"default", "route1", depth, parentId,
|
||||
status, NOW, NOW, 10L,
|
||||
null, null, null, null, null, null, null,
|
||||
null, null, null, null, null
|
||||
null, null, null, null, null,
|
||||
null, 0, 0
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user