Skip to content

Commit 8b02302

Browse files
committed
chore: resolve rebase conflicts
1 parent 408ef85 commit 8b02302

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

crates/distributed-storage/src/local.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1579,4 +1579,4 @@ mod tests {
15791579
.expect("list_range failed");
15801580
assert!(result.is_empty());
15811581
}
1582-
}
1582+
}

crates/distributed-storage/src/replication.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,4 +592,4 @@ mod tests {
592592
manager.cleanup_completed(50);
593593
assert_eq!(manager.tracked_count(), 0);
594594
}
595-
}
595+
}

crates/rpc-server/src/handlers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,4 +1190,4 @@ mod tests {
11901190
assert!(response.0.success);
11911191
assert_eq!(response.0.data, Some(true));
11921192
}
1193-
}
1193+
}

crates/rpc-server/src/health.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,4 +377,4 @@ mod tests {
377377
let response = health.get_health();
378378
assert_eq!(response.status, HealthStatus::Degraded);
379379
}
380-
}
380+
}

0 commit comments

Comments
 (0)