ソースを参照

Add missing test annotation

Tamir Duberstein 1 年間 前
コミット
7f25956
1 ファイル変更1 行追加0 行削除
  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(),