From 7f25956aea94a2267dd721d94ad51625e109fe7f Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Sun, 9 Jul 2023 19:46:04 -0400 Subject: [PATCH] Add missing test annotation --- aya-log-common/src/lib.rs | 1 + 1 file changed, 1 insertion(+) 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(),