Merge pull request #95126 from alculquicondor/fix-test-name

Fix test name TestDump
This commit is contained in:
Kubernetes Prow Robot 2020-09-28 14:58:53 -07:00 committed by GitHub
commit 33a07ca92a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -377,7 +377,7 @@ func TestAddPodWillConfirm(t *testing.T) {
}
}
func TestSnapshot(t *testing.T) {
func TestDump(t *testing.T) {
nodeName := "node"
now := time.Now()
ttl := 10 * time.Second