diff --git a/crates/tsk/src/lib.rs b/crates/tsk/src/lib.rs index 1ffde2ab..f737eb67 100644 --- a/crates/tsk/src/lib.rs +++ b/crates/tsk/src/lib.rs @@ -493,7 +493,7 @@ mod test { const SMOL_NTFS_GZ: &[u8] = include_bytes!("../test_data/smol.ntfs.gz"); #[test] fn test_version() { - assert_eq!(version(), "4.13.0"); + assert_eq!(version().split(".").count(), 3); } #[test]