We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9cb0f commit 3e325e8Copy full SHA for 3e325e8
pkg/storage/pv_creator_test.go
@@ -99,8 +99,8 @@ func TestCreateNodeAffinity(t *testing.T) {
99
// TestCreateNodeClientMap tests createNodeClientMap.
100
func TestCreateNodeClientMap(t *testing.T) {
101
GB := int64(1024 * 1024 * 1024)
102
- foo := mocks.NewProvisioner("foo", 100*GB, 100*GB)
103
- bar := mocks.NewProvisioner("bar", 100*GB, 100*GB)
+ foo := mocks.NewProvisioner("foo", 100*GB, 200*GB)
+ bar := mocks.NewProvisioner("bar", 300*GB, 400*GB)
104
tests := []struct {
105
Input []provisioner.API
106
Expected map[string]provisioner.API
0 commit comments