This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch lazy-reader
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git

commit 7c6d21958a578a8ec28a4146a74c8e8f48078321
Author: Xuanwo <[email protected]>
AuthorDate: Thu Oct 26 17:08:11 2023 +0800

    Fix attr
    
    Signed-off-by: Xuanwo <[email protected]>
---
 core/src/raw/oio/buf/adaptive.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/raw/oio/buf/adaptive.rs b/core/src/raw/oio/buf/adaptive.rs
index 63d6cdb09..02dce54fe 100644
--- a/core/src/raw/oio/buf/adaptive.rs
+++ b/core/src/raw/oio/buf/adaptive.rs
@@ -105,7 +105,7 @@ impl AdaptiveBuf {
     }
 }
 
-#[cfg(tests)]
+#[cfg(test)]
 mod tests {
     use super::*;
 

Reply via email to