diff --git a/crates/testing/tests/view_sync_task.rs b/crates/testing/tests/view_sync_task.rs index c740e07600..a1ec3c3630 100644 --- a/crates/testing/tests/view_sync_task.rs +++ b/crates/testing/tests/view_sync_task.rs @@ -35,7 +35,7 @@ async fn test_view_sync_task() { hotshot_types::traits::consensus_api::ConsensusSharedApi::public_key(&api), hotshot_types::traits::consensus_api::ConsensusSharedApi::private_key(&api), ) - .unwrap(); + .expect("Should be able to create a ViewSyncPreCommitVote."); tracing::error!("Vote in test is {:?}", vote.clone());