Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions crates/hotshot/new-protocol/src/tests/consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ async fn test_timeout_proposal_chains_from_lock_not_timed_out_cert1() {

// Lock on cert1(1).
harness
.apply(test_data.views[0].proposal_input_consensus(&leader_for_view_3))
.apply_pair(test_data.views[0].proposal_input_consensus(&leader_for_view_3))
.await;
harness
.apply(test_data.views[0].block_reconstructed_input())
Expand Down Expand Up @@ -909,7 +909,7 @@ async fn test_bridged_legacy_qc_adopts_lock_and_reproposes() {

// Lock on cert1(1); hold view 2's proposal but no cert for it.
harness
.apply(test_data.views[0].proposal_input_consensus(&leader_for_view_3))
.apply_pair(test_data.views[0].proposal_input_consensus(&leader_for_view_3))
.await;
harness
.apply(test_data.views[0].block_reconstructed_input())
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading