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 687842e commit 0646fcfCopy full SHA for 0646fcf
dbos/workflows_test.go
@@ -4544,7 +4544,7 @@ func TestWorkflowIdentity(t *testing.T) {
4544
}
4545
4546
func TestWorkflowHandleTimeout(t *testing.T) {
4547
- dbosCtx := setupDBOS(t, true, true)
+ dbosCtx := setupDBOS(t, true, true, nil)
4548
RegisterWorkflow(dbosCtx, slowWorkflow)
4549
4550
t.Run("WorkflowHandleTimeout", func(t *testing.T) {
@@ -4582,7 +4582,7 @@ func TestWorkflowHandleTimeout(t *testing.T) {
4582
4583
4584
func TestWorkflowHandleContextCancel(t *testing.T) {
4585
4586
RegisterWorkflow(dbosCtx, getEventWorkflow)
4587
4588
t.Run("WorkflowHandleContextCancel", func(t *testing.T) {
0 commit comments