Skip to content

Commit

Permalink
fmt tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Kalinin committed Oct 6, 2021
1 parent b2c6da6 commit ca46737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/kapp/diffgraph/change_group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
package diffgraph_test

import (
"testing"
"strings"
"testing"

ctldgraph "github.com/k14s/kapp/pkg/kapp/diffgraph"
"github.com/stretchr/testify/require"
Expand All @@ -22,7 +22,7 @@ func TestNewChangeGroupFromAnnString(t *testing.T) {
"valid-name.com/valid-name_Another_Name--valid",
"valid-name.com/valid-name_CustomResourceDefinition--valid",
// Allow arbitrary long names since it might be populated with data via placeholders
"valid-name.com/valid-name_CustomResourceDefinition--valid"+strings.Repeat("a", 1000),
"valid-name.com/valid-name_CustomResourceDefinition--valid" + strings.Repeat("a", 1000),
// Example from pinniped of a long name
"change-groups.kapp.k14s.io/crds-authentication.concierge.pinniped.dev-WebhookAuthenticator",
}
Expand Down

0 comments on commit ca46737

Please sign in to comment.