Skip to content

Commit 3e325e8

Browse files
committed
Using alternate values
1 parent 6e9cb0f commit 3e325e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/storage/pv_creator_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ func TestCreateNodeAffinity(t *testing.T) {
9999
// TestCreateNodeClientMap tests createNodeClientMap.
100100
func TestCreateNodeClientMap(t *testing.T) {
101101
GB := int64(1024 * 1024 * 1024)
102-
foo := mocks.NewProvisioner("foo", 100*GB, 100*GB)
103-
bar := mocks.NewProvisioner("bar", 100*GB, 100*GB)
102+
foo := mocks.NewProvisioner("foo", 100*GB, 200*GB)
103+
bar := mocks.NewProvisioner("bar", 300*GB, 400*GB)
104104
tests := []struct {
105105
Input []provisioner.API
106106
Expected map[string]provisioner.API

0 commit comments

Comments
 (0)