Skip to content

Commit

Permalink
fix by lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sanposhiho committed Oct 11, 2023
1 parent 6790c0d commit 61ee0f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/vpa/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ import (
"testing"

"github.com/google/go-cmp/cmp"
"github.com/mercari/tortoise/api/v1beta1"
autoscalingv1beta1 "github.com/mercari/tortoise/api/v1beta1"
v1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

"github.com/mercari/tortoise/api/v1beta1"
autoscalingv1beta1 "github.com/mercari/tortoise/api/v1beta1"
)

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

0 comments on commit 61ee0f7

Please sign in to comment.