Skip to content

Commit 0646fcf

Browse files
committed
udpate test
1 parent 687842e commit 0646fcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dbos/workflows_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4544,7 +4544,7 @@ func TestWorkflowIdentity(t *testing.T) {
45444544
}
45454545

45464546
func TestWorkflowHandleTimeout(t *testing.T) {
4547-
dbosCtx := setupDBOS(t, true, true)
4547+
dbosCtx := setupDBOS(t, true, true, nil)
45484548
RegisterWorkflow(dbosCtx, slowWorkflow)
45494549

45504550
t.Run("WorkflowHandleTimeout", func(t *testing.T) {
@@ -4582,7 +4582,7 @@ func TestWorkflowHandleTimeout(t *testing.T) {
45824582
}
45834583

45844584
func TestWorkflowHandleContextCancel(t *testing.T) {
4585-
dbosCtx := setupDBOS(t, true, true)
4585+
dbosCtx := setupDBOS(t, true, true, nil)
45864586
RegisterWorkflow(dbosCtx, getEventWorkflow)
45874587

45884588
t.Run("WorkflowHandleContextCancel", func(t *testing.T) {

0 commit comments

Comments
 (0)