Skip to content

Commit

Permalink
review: naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jun 26, 2024
1 parent e347c55 commit ce11b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bench/bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func Benchmark_linters(b *testing.B) {
}
}

func BenchmarkGolangciLint(b *testing.B) {
func Benchmark_golangciLint(b *testing.B) {
savedWD, err := os.Getwd()
require.NoError(b, err)

Expand Down

0 comments on commit ce11b43

Please sign in to comment.