fix: update tests for new ProcessorRecord fields
All checks were successful
CI / cleanup-branch (push) Has been skipped
CI / build (push) Successful in 1m0s
CI / docker (push) Successful in 54s
CI / deploy-feature (push) Has been skipped
CI / deploy (push) Successful in 36s

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:
hsiegeln
2026-03-28 19:05:29 +01:00
parent faf5d505f4
commit c6f70968a2
2 changed files with 6 additions and 3 deletions

View File

@@ -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
);
}