Skip to content

Commit 56ef9d3

Browse files
authored
Update endpoints.go
1 parent 8db8728 commit 56ef9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/lintcontext/mocks/endpoints.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
metaV1 "k8s.io/apimachinery/pkg/apis/meta/v1"
99
)
1010

11-
// AddMockEndpoint adds a mock Endpoint to LintContext
11+
// AddMockEndpoints adds a mock Endpoint to LintContext
1212
func (l *MockLintContext) AddMockEndpoints(t *testing.T, name string) {
1313
require.NotEmpty(t, name)
1414
l.objects[name] = &coreV1.Endpoints{

0 commit comments

Comments
 (0)