Skip to content

Commit 26d35de

Browse files
committed
adapts tests for new cpu regex #17
1 parent 6c080b7 commit 26d35de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/vmstat/procfs_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def self.procfs_path
2121
Vmstat::Cpu.new(0, 311, 966, 0, 26788),
2222
Vmstat::Cpu.new(1, 351, 862, 0, 27263),
2323
Vmstat::Cpu.new(2, 324, 1092, 0, 26698),
24-
Vmstat::Cpu.new(3, 326, 838, 0, 27581)
24+
Vmstat::Cpu.new(30, 326, 838, 0, 27581)
2525
]
2626
end
2727
end

0 commit comments

Comments
 (0)