1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 13:29:11 +01:00

Update unit test code.

This commit is contained in:
Avesh Agarwal
2017-09-15 14:22:34 -04:00
parent d634701250
commit fc41b658e9
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ import (
"fmt"
"testing"
"github.com/aveshagarwal/rescheduler/test"
"github.com/kubernetes-incubator/descheduler/test"
"k8s.io/apimachinery/pkg/runtime"
core "k8s.io/client-go/testing"
"k8s.io/kubernetes/pkg/api/v1"

View File

@@ -19,8 +19,8 @@ package pod
import (
"testing"
"github.com/kubernetes-incubator/descheduler/test"
"k8s.io/apimachinery/pkg/api/resource"
"github.com/aveshagarwal/rescheduler/test"
"k8s.io/kubernetes/pkg/api/v1"
)

View File

@@ -19,7 +19,7 @@ package strategies
import (
"testing"
"github.com/aveshagarwal/rescheduler/test"
"github.com/kubernetes-incubator/descheduler/test"
"k8s.io/apimachinery/pkg/api/resource"
"k8s.io/apimachinery/pkg/runtime"
core "k8s.io/client-go/testing"