Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yongxuanzhang committed Jul 28, 2022
1 parent e204293 commit 0423e24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/apis/pipeline/v1beta1/task_validation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,10 @@ func TestTaskSpecValidate(t *testing.T) {
Name: "MY-RESULT",
Type: v1beta1.ResultsTypeObject,
Description: "my great result",
Properties: map[string]v1beta1.PropertySpec{
"url": {"string"},
"commit": {"string"},
},
}},
},
}, {
Expand Down

0 comments on commit 0423e24

Please sign in to comment.