mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #95126 from alculquicondor/fix-test-name
Fix test name TestDump
This commit is contained in:
commit
33a07ca92a
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"
|
nodeName := "node"
|
||||||
now := time.Now()
|
now := time.Now()
|
||||||
ttl := 10 * time.Second
|
ttl := 10 * time.Second
|
||||||
|
Loading…
Reference in New Issue
Block a user