Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
anvari1313 committed Jun 22, 2024
1 parent 15c5e34 commit d565001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/authenticator/metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import (
"testing"
)

func TestIncrementWithErrorAuthCounter(t *testing.T) {
func TestIncrementWithErrorAuthCounter(_ *testing.T) {

Check failure on line 7 in internal/authenticator/metrics_test.go

View workflow job for this annotation

GitHub Actions / lint

Function TestIncrementWithErrorAuthCounter missing the call to method parallel (paralleltest)
IncrementWithErrorAuthCounter("snapp", ErrIssNotFound)
}

0 comments on commit d565001

Please sign in to comment.