Skip to content

Commit

Permalink
update code based on comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dorismeixing committed Aug 7, 2020
1 parent ef467d7 commit 2087501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/triggerrun/cmd/root_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func Test_processTriggerSpec(t *testing.T) {
{Name: "trigger-spec-binding"}, // These should be references to TriggerBindings defined below
},
Template: v1alpha1.TriggerSpecTemplate{
Name: "trigger-spec-template", // This should be a reference to a TriggerTemplate defined below //triggerSpecTemplate
Name: "trigger-spec-template", // This should be a reference to a TriggerTemplate defined below
},
},
},
Expand Down

0 comments on commit 2087501

Please sign in to comment.