Skip to content

Commit 3259682

Browse files
committed
chore: Reorder imports to please linters
Signed-off-by: Oliver Gondža <[email protected]>
1 parent ccbd4ba commit 3259682

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/e2e/app_autosync_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
package e2e
22

33
import (
4+
"testing"
5+
"time"
6+
47
. "github.com/argoproj/gitops-engine/pkg/sync/common"
58
"github.com/stretchr/testify/assert"
69
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
710
"k8s.io/apimachinery/pkg/types"
8-
"testing"
9-
"time"
1011

1112
. "github.com/argoproj/argo-cd/v3/pkg/apis/application/v1alpha1"
1213
"github.com/argoproj/argo-cd/v3/test/e2e/fixture"

0 commit comments

Comments
 (0)