Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mgencur committed Jun 25, 2020
1 parent b85e4cd commit 4286dfb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/lib/creation.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package lib

import (
"fmt"

sourcesv1alpha2 "knative.dev/eventing/pkg/apis/sources/v1alpha2"
"knative.dev/pkg/test/helpers"

Expand Down Expand Up @@ -459,8 +460,8 @@ func (c *Client) CreateRBACResourcesForBrokers() {
)
}

// NameForTest generates an object name based on the desired object prefix
// A random suffix is appended so that each name is unique.
// NameForTest generates an object name by appending a random suffix
// to the given prefix.
// If the resulting name is too long it will be trimmed to 63 characters (the random
// string is preserved in any case).
func NameForTest(prefix string) string {
Expand Down

0 comments on commit 4286dfb

Please sign in to comment.