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

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