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 057a409 commit f703fbeCopy full SHA for f703fbe
dbos/workflows_test.go
@@ -2472,7 +2472,6 @@ func TestWorkflowTimeout(t *testing.T) {
2472
2473
// Wait for the workflow to complete and get the result
2474
result, err := handle.GetResult()
2475
- fmt.Println(result)
2476
// The workflow should return a WorkflowCancelled error from the step
2477
require.Error(t, err, "expected error from workflow")
2478
0 commit comments