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:
Simon de Vlieger 2023-03-14 14:32:49 +01:00 committed by Ondřej Budai
parent 92cdb0f082
commit 34f7f6c7e2

View file

@ -1051,7 +1051,7 @@ func TestMinimumSizesWithRequiredSizes(t *testing.T) {
},
ExpectedMinSizes: map[string]uint64{
"/opt": 10 * GiB,
"/": 1 * GiB,
"/": 4 * GiB,
},
},
}