Browse Source

Add missing test annotation

Tamir Duberstein 1 year ago
parent
commit
7f25956
1 changed files with 1 additions and 0 deletions
  1. 1 0
      aya-log-common/src/lib.rs

+ 1 - 0
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(),