Skip to content

Commit

Permalink
Fixed goimports formatting with local for project_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: anandf <[email protected]>
  • Loading branch information
anandf committed Sep 28, 2024
1 parent 204a657 commit c493666
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/util/project_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package util
import (
"testing"

"github.com/argoproj/argo-cd/v2/pkg/apis/application/v1alpha1"
"github.com/stretchr/testify/assert"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"

"github.com/argoproj/argo-cd/v2/pkg/apis/application/v1alpha1"
)

func TestProjectOpts_ResourceLists(t *testing.T) {
Expand Down

0 comments on commit c493666

Please sign in to comment.