We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408ef85 commit 8b02302Copy full SHA for 8b02302
4 files changed
crates/distributed-storage/src/local.rs
@@ -1579,4 +1579,4 @@ mod tests {
1579
.expect("list_range failed");
1580
assert!(result.is_empty());
1581
}
1582
-}
+}
crates/distributed-storage/src/replication.rs
@@ -592,4 +592,4 @@ mod tests {
592
manager.cleanup_completed(50);
593
assert_eq!(manager.tracked_count(), 0);
594
595
crates/rpc-server/src/handlers.rs
@@ -1190,4 +1190,4 @@ mod tests {
1190
assert!(response.0.success);
1191
assert_eq!(response.0.data, Some(true));
1192
1193
crates/rpc-server/src/health.rs
@@ -377,4 +377,4 @@ mod tests {
377
let response = health.get_health();
378
assert_eq!(response.status, HealthStatus::Degraded);
379
380
0 commit comments