Skip to content

Commit c0be5c6

Browse files
vr-varadmaxdml
authored andcommitted
Fix: Update
1 parent b9f4e64 commit c0be5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbos/queues_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ func TestWorkflowQueues(t *testing.T) {
365365
}
366366

367367
// Check the workflow completes
368-
dlqCompleteEvent.Set()
368+
// dlqCompleteEvent.Set()
369369
for _, handle := range handles {
370370
result, resErr := handle.GetResult()
371371
handleStatus, statusErr := handle.GetStatus()

0 commit comments

Comments
 (0)