Skip to content

Commit ce11b43

Browse files
committed
review: naming
1 parent e347c55 commit ce11b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bench/bench_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func Benchmark_linters(b *testing.B) {
8383
}
8484
}
8585

86-
func BenchmarkGolangciLint(b *testing.B) {
86+
func Benchmark_golangciLint(b *testing.B) {
8787
savedWD, err := os.Getwd()
8888
require.NoError(b, err)
8989

0 commit comments

Comments
 (0)