Skip to content

Commit

Permalink
fix: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Jan 10, 2023
1 parent 09ae9e5 commit 0330518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/expr/version_constraint_test.go
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/aquaproj/aqua/pkg/expr"
)

func TestVersionConstraints_Check(t *testing.T) {
func TestVersionConstraints_Check(t *testing.T) { //nolint:funlen
t.Parallel()
data := []struct {
title string
Expand Down

0 comments on commit 0330518

Please sign in to comment.