mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
Merge pull request #112028 from dengyufeng2206/test2508
fix several typos under scheduler framework
This commit is contained in:
@@ -1708,7 +1708,7 @@ func TestPreBindPlugins(t *testing.T) {
|
||||
wantStatus: nil,
|
||||
},
|
||||
{
|
||||
name: "UnshedulablePreBindPlugin",
|
||||
name: "UnschedulablePreBindPlugin",
|
||||
plugins: []*TestPlugin{
|
||||
{
|
||||
name: "TestPlugin",
|
||||
@@ -1866,7 +1866,7 @@ func TestReservePlugins(t *testing.T) {
|
||||
wantStatus: nil,
|
||||
},
|
||||
{
|
||||
name: "UnshedulableReservePlugin",
|
||||
name: "UnschedulableReservePlugin",
|
||||
plugins: []*TestPlugin{
|
||||
{
|
||||
name: "TestPlugin",
|
||||
|
||||
Reference in New Issue
Block a user