Skip to content

Commit d849d5c

Browse files
committed
Adjust tests
1 parent 893335a commit d849d5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clusterloader2/pkg/measurement/util/runtimeobjects/runtimeobjects_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ const fullCompareErrorDifferentEnv = `Not matching templates, diff: v1.PodSpec
495495
},
496496
HostAliases: nil,
497497
PriorityClassName: "",
498-
... // 13 identical fields
498+
... // 14 identical fields
499499
}
500500
`
501501

@@ -536,7 +536,7 @@ const fullCompareErrorDifferentImage = `Not matching templates, diff: v1.PodSp
536536
},
537537
HostAliases: nil,
538538
PriorityClassName: "",
539-
... // 13 identical fields
539+
... // 14 identical fields
540540
}`
541541

542542
func TestGetIsPodUpdatedPredicateFromRuntimeObject(t *testing.T) {

0 commit comments

Comments
 (0)