We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc3ebe commit 3ccc92aCopy full SHA for 3ccc92a
spec/facter/resolvers/aix/disks_spec.rb
@@ -28,7 +28,7 @@
28
let(:result) { load_fixture('lspv_output').read }
29
30
let(:disks) do
31
- { 'hdisk0' => { size: '30.00 GiB', size_bytes: 32_212_254_720 } }
+ { 'hdisk0' => { size: '29.97 GiB', size_bytes: 32_178_700_288 } }
32
end
33
34
before do
0 commit comments