Skip to content

Commit

Permalink
Cleanup comments in sink_test.go
Browse files Browse the repository at this point in the history
Remove some accidental comments.
  • Loading branch information
Brandon Walker authored and tekton-robot committed Jan 27, 2020
1 parent 31ae478 commit c3c1613
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/sink/sink_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ func TestHandleEvent(t *testing.T) {
if _, err := triggersClient.TektonV1alpha1().TriggerTemplates(namespace).Create(tt); err != nil {
t.Fatalf("Error creating TriggerTemplate: %s", err)
}
// for _, tb := range []*triggersv1.TriggerBinding{tb, tb2, tb3} {
for _, tb := range tbs {
if _, err := triggersClient.TektonV1alpha1().TriggerBindings(namespace).Create(tb); err != nil {
t.Fatalf("Error creating TriggerBinding %s: %s", tb.GetName(), err)
Expand Down Expand Up @@ -213,7 +212,6 @@ func TestHandleEvent(t *testing.T) {
if waitTimeout(&wg, time.Second) {
t.Fatalf("timed out waiting for reactor to fire")
}
// var wantResources []pipelinev1.PipelineResource
gvr := schema.GroupVersionResource{
Group: "tekton.dev",
Version: "v1alpha1",
Expand Down

0 comments on commit c3c1613

Please sign in to comment.