diff --git a/aya-log-common/src/lib.rs b/aya-log-common/src/lib.rs index ac11efdd..ec2cd2b3 100644 --- a/aya-log-common/src/lib.rs +++ b/aya-log-common/src/lib.rs @@ -295,6 +295,7 @@ pub fn write_record_header( mod test { use super::*; + #[test] fn log_value_length_sufficient() { assert!( LOG_BUF_CAPACITY >= LogValueLength::MAX.into(),