We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca097d commit c609278Copy full SHA for c609278
dbos/workflows_test.go
@@ -4530,7 +4530,7 @@ func TestWorkflowIdentity(t *testing.T) {
4530
}
4531
4532
func TestWorkflowHandleTimeout(t *testing.T) {
4533
- dbosCtx := setupDBOS(t, true, true)
+ dbosCtx := setupDBOS(t, true, true, nil)
4534
RegisterWorkflow(dbosCtx, slowWorkflow)
4535
4536
t.Run("WorkflowHandleTimeout", func(t *testing.T) {
@@ -4568,7 +4568,7 @@ func TestWorkflowHandleTimeout(t *testing.T) {
4568
4569
4570
func TestWorkflowHandleContextCancel(t *testing.T) {
4571
4572
RegisterWorkflow(dbosCtx, getEventWorkflow)
4573
4574
t.Run("WorkflowHandleContextCancel", func(t *testing.T) {
0 commit comments