Parcourir la source

Add missing test annotation

Tamir Duberstein il y a 1 an
Parent
commit
7f25956aea
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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(),