Skip to content

Commit 3e31816

Browse files
authored
Update grpc_test.go
Signed-off-by: salaboy <[email protected]>
1 parent 55150ae commit 3e31816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/grpc/grpc_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ func Test_SingleActivity_TaskSpan(t *testing.T) {
520520
defer cancelListener()
521521

522522
// Run the orchestration
523-
id, err := grpcClient.ScheduleNewOrchestration(ctx, "SingleActivity_TestSpan", api.WithInput("世界"))
523+
id, err := grpcClient.ScheduleNewOrchestration(ctx, "SingleActivity_TestSpan", api.WithInput("世界"), api.WithStartTime(time.Now()))
524524
if assert.NoError(t, err) {
525525
metadata, err := grpcClient.WaitForOrchestrationCompletion(ctx, id)
526526
if assert.NoError(t, err) {

0 commit comments

Comments
 (0)