Skip to content

Commit

Permalink
wip test
Browse files Browse the repository at this point in the history
Signed-off-by: Kir Kolyshkin <[email protected]>
  • Loading branch information
kolyshkin committed Aug 5, 2024
1 parent 73c9863 commit 39f0475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errorlint/allowed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func Test_isAllowedErrAndFunc(t *testing.T) {
}

func Benchmark_isAllowedErrAndFunc(b *testing.B) {
var benchCases = []struct {
benchCases := []struct {
desc string
err string
fun string
Expand Down

0 comments on commit 39f0475

Please sign in to comment.