Skip to content

Commit

Permalink
chore: fix imports (#8859)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crenshaw <[email protected]>
  • Loading branch information
crenshaw-dev authored Mar 22, 2022
1 parent e55ecf9 commit 6df17e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/e2e/fixture/project/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ package project
import (
"context"

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

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

// this implements the "when" part of given/when/then
Expand Down

0 comments on commit 6df17e7

Please sign in to comment.