Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredoconnell committed Sep 17, 2024
1 parent a7b4c87 commit 8293570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/workflow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2320,7 +2320,7 @@ func TestSoftOptionalFieldWorkflow(t *testing.T) {
})
// Test proper failure handling of the required step. The optional value will be available,
// but should not be used.
outputID, outputData, err = preparedWorkflow.Execute(context.Background(), map[string]any{
outputID, _, err = preparedWorkflow.Execute(context.Background(), map[string]any{
"wait_1_ms": 0,
"wait_2_ms": 0,
"wait_1_enabled": false,
Expand Down

0 comments on commit 8293570

Please sign in to comment.