Skip to content

Commit 1178c4a

Browse files
committed
Fix go run check
1 parent 486723e commit 1178c4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/workflow_testsuite_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,8 +1234,7 @@ func TestDynamicWorkflows(t *testing.T) {
12341234
}
12351235

12361236
func SleepHour(ctx Context) error {
1237-
Sleep(ctx, time.Hour)
1238-
return nil
1237+
return Sleep(ctx, time.Hour)
12391238
}
12401239

12411240
func SleepThenCancel(ctx Context) error {

0 commit comments

Comments
 (0)