mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-18 08:09:58 +00:00
remove extra blank line
This commit is contained in:
parent
0be6028668
commit
b1e7a59f84
@ -168,7 +168,6 @@ func TestPersistentVolumeClaimEvaluatorMatchingResources(t *testing.T) {
|
|||||||
"bronze.storageclass.storage.k8s.io/storage",
|
"bronze.storageclass.storage.k8s.io/storage",
|
||||||
"gold.storage.k8s.io/requests.storage",
|
"gold.storage.k8s.io/requests.storage",
|
||||||
},
|
},
|
||||||
|
|
||||||
want: []corev1.ResourceName{},
|
want: []corev1.ResourceName{},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
@ -178,6 +177,5 @@ func TestPersistentVolumeClaimEvaluatorMatchingResources(t *testing.T) {
|
|||||||
if !reflect.DeepEqual(testCase.want, actual) {
|
if !reflect.DeepEqual(testCase.want, actual) {
|
||||||
t.Errorf("%s expected:\n%v\n, actual:\n%v", testName, testCase.want, actual)
|
t.Errorf("%s expected:\n%v\n, actual:\n%v", testName, testCase.want, actual)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user