Skip to content

Commit 7310aae

Browse files
committed
Updated code
2 parents 3dae5d6 + b7de453 commit 7310aae

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

support/environment_test.go

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

66+
<<<<<<< HEAD
6667

6768
func TestGetClusterID(t *testing.T) {
6869
os.Setenv(ClusterID, "my-cluster-id")
@@ -119,7 +120,11 @@ func TestGetClusterType(t *testing.T) {
119120
envVarValue: "KIND",
120121
expected: KindCluster,
121122
},
123+
<<<<<<< HEAD
122124

125+
=======
126+
127+
>>>>>>> b7de4530b50b2f66481ecfff5ef13f6de6cd3228
123128
}
124129
ttt := With(t)
125130
for _, tt := range tests {

support/machine_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ func TestGetMachineSets(t *testing.T) {
4545
}
4646

4747

48+
4849
/*
4950
import (
5051
@@ -166,3 +167,4 @@ func TestGetMachines(t *testing.T) {
166167
}
167168
*/
168169

170+

support/ocm_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
package support
2+
23
/*
34
45
import (
@@ -32,3 +33,4 @@ func TestGetMachinePools(t *testing.T) {
3233
}
3334
3435
*/
36+

0 commit comments

Comments
 (0)