Skip to content

Commit 33a07ca

Browse files
authored
Merge pull request kubernetes#95126 from alculquicondor/fix-test-name
Fix test name TestDump
2 parents 6e3ef0b + 290bdf3 commit 33a07ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/scheduler/internal/cache/cache_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ func TestAddPodWillConfirm(t *testing.T) {
377377
}
378378
}
379379

380-
func TestSnapshot(t *testing.T) {
380+
func TestDump(t *testing.T) {
381381
nodeName := "node"
382382
now := time.Now()
383383
ttl := 10 * time.Second

0 commit comments

Comments
 (0)