mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-17 15:50:10 +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",
|
||||
"gold.storage.k8s.io/requests.storage",
|
||||
},
|
||||
|
||||
want: []corev1.ResourceName{},
|
||||
},
|
||||
}
|
||||
@ -178,6 +177,5 @@ func TestPersistentVolumeClaimEvaluatorMatchingResources(t *testing.T) {
|
||||
if !reflect.DeepEqual(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