Skip to content

Commit 85af1b5

Browse files
improved comments
1 parent 3ce9973 commit 85af1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/detectors/endpoint_customizer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
func TestEmbeddedEndpointSetter(t *testing.T) {
1010
type Scanner struct{ EndpointSetter }
1111
var s Scanner
12-
// set useFoundEndpoints to set the "baz" in endpoints
12+
// set useFoundEndpoints to true to add the "baz" in endpoints
1313
s.useFoundEndpoints = true
1414
assert.Equal(t, []string{"baz"}, s.Endpoints("baz"))
1515
// setting "foo" and "bar" as configured endpoint

0 commit comments

Comments
 (0)