Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaMunley committed Feb 9, 2023
1 parent be1564e commit ac24741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/pipeline/v1beta1/pipeline_types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ func TestPipelineTask_validateMatrix(t *testing.T) {
},
wantErrs: &apis.FieldError{
Message: "invalid value: empty arrays not allowed as parameters in matrix",
Paths: []string{"matrix[barfoo]", "matrix[bar]"},
Paths: []string{"matrix[barfoo]", "matrix[foobar]"},
},
}, {
name: "parameters in matrix contain results references",
Expand Down

0 comments on commit ac24741

Please sign in to comment.