Skip to content

Commit 2d9a4e0

Browse files
committed
test: fix marshalling tests
1 parent 11eef73 commit 2d9a4e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Unit/DTO/WorkflowInfoTestCase.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ public function testMarshalling(): void
4141
'ShouldContinueAsNew' => false,
4242
'CronSchedule' => null,
4343
'ContinuedExecutionRunID' => null,
44+
'FirstRunID' => null,
45+
'OriginalRunID' => null,
4446
'ParentWorkflowNamespace' => null,
4547
'RootWorkflowExecution' => null,
4648
'ParentWorkflowExecution' => null,

0 commit comments

Comments
 (0)