Skip to content

Commit

Permalink
Fix the build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
william-wang committed Jul 8, 2019
1 parent 518da33 commit 52d9732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scheduler/api/node_info_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func TestNodeInfo_AddPod(t *testing.T) {
Allocatable: buildResource("2000m", "1G"),
Capability: buildResource("2000m", "1G"),
State: NodeState{Phase: NotReady, Reason: "OutOfSync"},
Tasks: map[TaskID]*TaskInfo{},
Tasks: map[TaskID]*TaskInfo{},
},
},
}
Expand Down

0 comments on commit 52d9732

Please sign in to comment.