Skip to content

Commit

Permalink
chore: fix function name in comment (coredns#6608)
Browse files Browse the repository at this point in the history
Signed-off-by: kindknow <[email protected]>
  • Loading branch information
kindknow authored Apr 26, 2024
1 parent 5b6d8e3 commit 4531515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/presubmit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ func importtype(s string) string {
return "std"
}

// TestMetricNaming tests the imports path used for metrics. It depends on faillint to be installed: go install github.com/fatih/faillint
// TestPrometheusImports tests the imports path used for metrics. It depends on faillint to be installed: go install github.com/fatih/faillint
func TestPrometheusImports(t *testing.T) {
if _, err := exec.LookPath("faillint"); err != nil {
fmt.Fprintf(os.Stderr, "Not executing TestPrometheusImports: faillint not found\n")
Expand Down

0 comments on commit 4531515

Please sign in to comment.