Skip to content

Commit 5d8416b

Browse files
committed
Fix: Update
1 parent 3cc1a72 commit 5d8416b

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
@@ -364,7 +364,7 @@ func TestWorkflowQueues(t *testing.T) {
364364
}
365365

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

0 commit comments

Comments
 (0)