Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
merge: simplify capacity check
Browse files Browse the repository at this point in the history
  • Loading branch information
pohly committed Dec 20, 2020
1 parent a31615e commit 82bcde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scheduler/scheduler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ func TestScheduler(t *testing.T) {
},
nodes: []string{nodeA},
expectedFailures: map[string]string{
nodeA: "checking for capacity: retrieve capacity: node node-A unknown",
nodeA: "retrieve capacity: node node-A unknown",
},
},
"one volume, one node, enough capacity": {
Expand Down

0 comments on commit 82bcde1

Please sign in to comment.