add missing test function

closes #1139
This commit is contained in:
Pascal Seitz
2021-08-20 07:26:22 +01:00
parent 3265f7bec3
commit 62052bcc2d

View File

@@ -354,6 +354,10 @@ pub mod tests {
.collect()
}
pub fn sample(n: u32, ratio: f64) -> Vec<u32> {
sample_with_seed(n, ratio, 4)
}
#[test]
#[cfg(not(feature = "lz4"))]
fn test_version_string() {