We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4cb1a commit 6a77281Copy full SHA for 6a77281
dbos/client_test.go
@@ -362,7 +362,6 @@ func TestCancelResume(t *testing.T) {
362
363
// Try to resume a non-existent workflow
364
_, err := ResumeWorkflow[int](clientCtx, nonExistentWorkflowID)
365
- fmt.Println(err)
366
if err == nil {
367
t.Fatal("expected error when resuming non-existent workflow, but got none")
368
}
0 commit comments