Skip to content

Commit

Permalink
integration changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KshitijaKakde committed Dec 2, 2024
1 parent 6a34c35 commit 4c6ca70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/service_unit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func TestGetVolSize(t *testing.T) {
{
// Requesting a size of 8.5 GiB to test rounding up
cr: &csi.CapacityRange{
RequiredBytes: int64(48.8 * float64(bytesInGiB)),
RequiredBytes: int64(48.5 * float64(bytesInGiB)),
LimitBytes: 0,
},
sizeKiB: 56 * kiBytesInGiB,
Expand Down

0 comments on commit 4c6ca70

Please sign in to comment.