Skip to content

Commit ffd54b2

Browse files
committed
Resolved Merge Conflicts
1 parent 7310aae commit ffd54b2

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

support/environment_test.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ func TestGetPyTorchImage(t *testing.T) {
6363
}
6464
}
6565

66-
<<<<<<< HEAD
67-
6866
func TestGetClusterID(t *testing.T) {
6967
os.Setenv(ClusterID, "my-cluster-id")
7068
clusterId, ok := GetClusterId()
@@ -120,11 +118,6 @@ func TestGetClusterType(t *testing.T) {
120118
envVarValue: "KIND",
121119
expected: KindCluster,
122120
},
123-
<<<<<<< HEAD
124-
125-
=======
126-
127-
>>>>>>> b7de4530b50b2f66481ecfff5ef13f6de6cd3228
128121
}
129122
ttt := With(t)
130123
for _, tt := range tests {

support/machine_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ func TestGetMachineSets(t *testing.T) {
4444

4545
}
4646

47-
48-
4947
/*
5048
import (
5149
@@ -166,5 +164,3 @@ func TestGetMachines(t *testing.T) {
166164
})
167165
}
168166
*/
169-
170-

support/ocm_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,3 @@ func TestGetMachinePools(t *testing.T) {
3333
}
3434
3535
*/
36-

0 commit comments

Comments
 (0)