Skip to content

Commit

Permalink
fix: πŸ› test
Browse files Browse the repository at this point in the history
  • Loading branch information
ZingerLittleBee committed Sep 19, 2023
1 parent 837702f commit 9992f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/test/system_info_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ mod system_info_test {

#[test]
fn test_get_disk_io() {
let system_info = SystemInfo::new();
let mut system_info = SystemInfo::new();
let disk_io = system_info.get_disk_io();
assert!(disk_io.total_read >= disk_io.read);
assert!(disk_io.total_write >= disk_io.write);
Expand Down

0 comments on commit 9992f7b

Please sign in to comment.