Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredoconnell committed Jul 10, 2024
1 parent b7df1e5 commit 24ccfd5
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 @@ -307,7 +307,7 @@ func TestWithDoubleSerializationDetection(t *testing.T) {
map[string]any{},
},
}
for i, testData := range testIter {
for _, testData := range testIter {
errorDetect := util.NewInvalidSerializationDetectorSchema()
// Inject the error detector into the object
rootObject.PropertiesValue["error_detector"] = schema.NewPropertySchema(
Expand Down

0 comments on commit 24ccfd5

Please sign in to comment.