mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-15 02:08:09 -05:00
fmt
This commit is contained in:
@@ -928,7 +928,8 @@ mod tests {
|
||||
});
|
||||
}
|
||||
|
||||
/// Ensures the manager caps storage workers to `max_concurrency` when requested count is higher.
|
||||
/// Ensures the manager caps storage workers to `max_concurrency` when requested count is
|
||||
/// higher.
|
||||
#[test]
|
||||
fn proof_task_manager_handles_single_concurrency() {
|
||||
let runtime = Builder::new_multi_thread().worker_threads(1).enable_all().build().unwrap();
|
||||
|
||||
Reference in New Issue
Block a user