Skip to content

Commit 3ccc92a

Browse files
committed
(FACT-3160) Update test to account for tota physical partition size
1 parent dbc3ebe commit 3ccc92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/facter/resolvers/aix/disks_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
let(:result) { load_fixture('lspv_output').read }
2929

3030
let(:disks) do
31-
{ 'hdisk0' => { size: '30.00 GiB', size_bytes: 32_212_254_720 } }
31+
{ 'hdisk0' => { size: '29.97 GiB', size_bytes: 32_178_700_288 } }
3232
end
3333

3434
before do

0 commit comments

Comments
 (0)