Skip to content

Commit 8be1572

Browse files
committed
rscrypto: fixing the module inception
1 parent 1a36d99 commit 8be1572

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/checksum/src/common/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ macro_rules! define_crc_property_tests {
321321
// ─────────────────────────────────────────────────────────────────────────────
322322

323323
#[cfg(test)]
324-
mod tests {
324+
mod harness_self_tests {
325325
use super::*;
326326
// Test harness using CRC-64-XZ as the reference implementation
327327
use crate::Crc64Xz;

0 commit comments

Comments
 (0)