reviewing tests

Signed-off-by: discord9 <discord9@163.com>
This commit is contained in:
discord9
2025-12-10 14:23:33 +08:00
parent 3c7fa84442
commit 122dfbf9f8

View File

@@ -465,8 +465,7 @@ mod tests {
assert!(!object_store.exists(&index_path).await.unwrap());
}
// Tests for Index Reference Counting Logic
/// Tests for Index Reference Counting Logic
#[tokio::test]
async fn test_add_index_reference() {
let scheduler = Arc::new(LocalScheduler::new(3));