Skip to content

Commit 172f566

Browse files
committed
fixup test linecount
1 parent 62049e3 commit 172f566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lading/src/observer/linux/procfs/vmstat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ pgmajfault 55555
140140
"#;
141141
let vmstat_data = proc_vmstat_inner(vmstat_content).unwrap();
142142

143-
assert_eq!(vmstat_data.len(), 28);
143+
assert_eq!(vmstat_data.len(), 29);
144144
assert_eq!(vmstat_data.get("nr_free_pages"), Some(&1234567));
145145
assert_eq!(vmstat_data.get("pgpgin"), Some(&12345678));
146146
assert_eq!(vmstat_data.get("pgpgout"), Some(&9876543));

0 commit comments

Comments
 (0)