mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
Fix test name TestDump
Change-Id: If885303b86060aed7a3e2aa20450cadd1f30752c
This commit is contained in:
parent
db9f1e91d9
commit
290bdf3f08
2
pkg/scheduler/internal/cache/cache_test.go
vendored
2
pkg/scheduler/internal/cache/cache_test.go
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user