Skip to content

Commit b2c6260

Browse files
committed
make fmt-imports
1 parent 7c88037 commit b2c6260

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

internal/k8s/deployments_test.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ import (
2020

2121
"github.com/stretchr/testify/assert"
2222
"github.com/stretchr/testify/require"
23+
temporaliov1alpha1 "github.com/temporalio/temporal-worker-controller/api/v1alpha1"
24+
"github.com/temporalio/temporal-worker-controller/internal/k8s"
25+
"github.com/temporalio/temporal-worker-controller/internal/testhelpers"
2326
"go.temporal.io/sdk/contrib/envconfig"
2427
appsv1 "k8s.io/api/apps/v1"
2528
corev1 "k8s.io/api/core/v1"
@@ -28,10 +31,6 @@ import (
2831
"k8s.io/apimachinery/pkg/types"
2932
"sigs.k8s.io/controller-runtime/pkg/client"
3033
"sigs.k8s.io/controller-runtime/pkg/client/fake"
31-
32-
temporaliov1alpha1 "github.com/temporalio/temporal-worker-controller/api/v1alpha1"
33-
"github.com/temporalio/temporal-worker-controller/internal/k8s"
34-
"github.com/temporalio/temporal-worker-controller/internal/testhelpers"
3534
)
3635

3736
func TestIsDeploymentHealthy(t *testing.T) {

0 commit comments

Comments
 (0)