Merge pull request #112028 from dengyufeng2206/test2508

fix several typos under scheduler framework
This commit is contained in:
Kubernetes Prow Robot
2022-09-22 15:18:53 -07:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -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",