Skip to content

Commit 8653f7d

Browse files
committed
test
1 parent 523e6af commit 8653f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbos/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
func TestEnqueue(t *testing.T) {
1616
// Setup server context - this will process tasks
17-
serverCtx := setupDBOS(t, true, true)
17+
serverCtx := setupDBOS(t, false, true)
1818

1919
// Create queue for communication between client and server
2020
queue := NewWorkflowQueue(serverCtx, "client-enqueue-queue")

0 commit comments

Comments
 (0)