Skip to content

Commit

Permalink
refactor: make test_parsing_kernel_version() private (#2501)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC authored Sep 14, 2024
1 parent 12e1f5a commit 6cfbf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ mod os {
}

#[test]
pub fn test_parsing_kernel_version() {
fn test_parsing_kernel_version() {
assert!(kernel_version().unwrap() > 0);
}
}
Expand Down

0 comments on commit 6cfbf2d

Please sign in to comment.