use expect instead of unwrap

This commit is contained in:
Yong Kang
2025-10-08 01:44:37 +00:00
parent e0010d7d5e
commit 53cd4bae91

View File

@@ -1238,7 +1238,7 @@ mod tests {
1,
1,
)
.unwrap();
.expect("Failed to create ProofTaskManager");
let channel = channel();
MultiProofTask::new(config, executor, proof_task.handle(), channel.0, 1, None)