Skip to content

Commit 328b570

Browse files
committed
fixup test
1 parent 268f561 commit 328b570

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
@@ -90,7 +90,7 @@ mod test {
9090

9191
#[test]
9292
fn parse_vmstat_malformed_line() {
93-
let vmstat_content = "nr_free_pages 123456\ninvalid line\n";
93+
let vmstat_content = "nr_free_pages 123456\ninvalid_line\n";
9494
let result = proc_vmstat_inner(vmstat_content);
9595

9696
assert!(result.is_err());

0 commit comments

Comments
 (0)