浏览代码

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(),