Skip to content

Commit fa9783b

Browse files
committed
fix rebase
1 parent 5e3f015 commit fa9783b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

operator/e2e_testing/tests/gang_scheduling_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
"fmt"
2424
"testing"
2525

26-
"github.com/NVIDIA/grove/operator/e2e_testing/utils"
26+
"github.com/ai-dynamo/grove/operator/e2e_testing/utils"
2727
v1 "k8s.io/api/core/v1"
2828
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
2929
)

operator/e2e_testing/tests/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434
"testing"
3535
"time"
3636

37-
"github.com/NVIDIA/grove/operator/e2e_testing/utils"
37+
"github.com/ai-dynamo/grove/operator/e2e_testing/utils"
3838
"github.com/sirupsen/logrus"
3939
v1 "k8s.io/api/core/v1"
4040
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

0 commit comments

Comments
 (0)