Skip to content

Commit c609278

Browse files
committed
udpate test
1 parent 9ca097d commit c609278

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
@@ -4530,7 +4530,7 @@ func TestWorkflowIdentity(t *testing.T) {
45304530
}
45314531

45324532
func TestWorkflowHandleTimeout(t *testing.T) {
4533-
dbosCtx := setupDBOS(t, true, true)
4533+
dbosCtx := setupDBOS(t, true, true, nil)
45344534
RegisterWorkflow(dbosCtx, slowWorkflow)
45354535

45364536
t.Run("WorkflowHandleTimeout", func(t *testing.T) {
@@ -4568,7 +4568,7 @@ func TestWorkflowHandleTimeout(t *testing.T) {
45684568
}
45694569

45704570
func TestWorkflowHandleContextCancel(t *testing.T) {
4571-
dbosCtx := setupDBOS(t, true, true)
4571+
dbosCtx := setupDBOS(t, true, true, nil)
45724572
RegisterWorkflow(dbosCtx, getEventWorkflow)
45734573

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

0 commit comments

Comments
 (0)