Explorar o código

Add missing test annotation

Tamir Duberstein hai 1 ano
pai
achega
7f25956
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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(),