mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-30 21:30:16 +00:00 
			
		
		
		
	fix created typo
This commit is contained in:
		| @@ -761,7 +761,7 @@ func TestPersistentVolumeControllerStartup(t *testing.T) { | |||||||
| 		} | 		} | ||||||
| 		pvcs[i] = newPVC | 		pvcs[i] = newPVC | ||||||
| 		// Drain watchPVC with all events generated by the PVC until it's bound | 		// Drain watchPVC with all events generated by the PVC until it's bound | ||||||
| 		// We don't want to catch "PVC craated with Status.Phase == Pending" | 		// We don't want to catch "PVC created with Status.Phase == Pending" | ||||||
| 		// later in this test. | 		// later in this test. | ||||||
| 		waitForAnyPersistentVolumeClaimPhase(watchPVC, v1.ClaimBound) | 		waitForAnyPersistentVolumeClaimPhase(watchPVC, v1.ClaimBound) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user