Skip to content

Commit 1fd256e

Browse files
committed
tidy
1 parent 855c07e commit 1fd256e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dbos/workflows_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ func simpleStep(_ context.Context) (string, error) {
3838
return "from step", nil
3939
}
4040

41-
func slowWorkflow(dbosCtx DBOSContext, input string) (string, error) {
42-
// Simulate a slow workflow that takes time to complete
43-
time.Sleep(500 * time.Millisecond)
44-
return input, nil
45-
}
46-
4741
func simpleStepError(_ context.Context) (string, error) {
4842
return "", fmt.Errorf("step failure")
4943
}

0 commit comments

Comments
 (0)