Skip to content

Commit 6a77281

Browse files
committed
nit
1 parent 9a4cb1a commit 6a77281

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dbos/client_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ func TestCancelResume(t *testing.T) {
362362

363363
// Try to resume a non-existent workflow
364364
_, err := ResumeWorkflow[int](clientCtx, nonExistentWorkflowID)
365-
fmt.Println(err)
366365
if err == nil {
367366
t.Fatal("expected error when resuming non-existent workflow, but got none")
368367
}

0 commit comments

Comments
 (0)