disk: make testcase less confusing
This testcase tested for a / size of 1 GiB but better is to test for a minimal size of 4 GiB which is the actual lower limit when the required sizes are added together.
This commit is contained in:
parent
92cdb0f082
commit
34f7f6c7e2
1 changed files with 1 additions and 1 deletions
|
|
@ -1051,7 +1051,7 @@ func TestMinimumSizesWithRequiredSizes(t *testing.T) {
|
|||
},
|
||||
ExpectedMinSizes: map[string]uint64{
|
||||
"/opt": 10 * GiB,
|
||||
"/": 1 * GiB,
|
||||
"/": 4 * GiB,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue