Skip to content

Commit

Permalink
fix TestConsMsgsVectors
Browse files Browse the repository at this point in the history
  • Loading branch information
melekes committed Jan 10, 2025
1 parent f53d1ca commit b24e14c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/consensus/msgs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -470,13 +470,13 @@ func TestConsMsgsVectors(t *testing.T) {
"Vote_without_ext", &cmtcons.Message{Sum: &cmtcons.Message_Vote{
Vote: &cmtcons.Vote{Vote: vpb},
}},
"32680a660802100122480a206164645f6d6f72655f6578636c616d6174696f6e5f6d61726b735f636f64652d1224080112206164645f6d6f72655f6578636c616d6174696f6e5f6d61726b735f636f64652d32146164645f6d6f72655f6578636c616d6174696f6e3801",
"32750a730802100122480a206164645f6d6f72655f6578636c616d6174696f6e5f6d61726b735f636f64652d1224080112206164645f6d6f72655f6578636c616d6174696f6e5f6d61726b735f636f64652d2a0b088092b8c398feffffff0132146164645f6d6f72655f6578636c616d6174696f6e3801",
},
{
"Vote_with_ext", &cmtcons.Message{Sum: &cmtcons.Message_Vote{
Vote: &cmtcons.Vote{Vote: vextPb},
}},
"32730a710802100122480a206164645f6d6f72655f6578636c616d6174696f6e5f6d61726b735f636f64652d1224080112206164645f6d6f72655f6578636c616d6174696f6e5f6d61726b735f636f64652d32146164645f6d6f72655f6578636c616d6174696f6e38014a09657874656e73696f6e",
"3280010a7e0802100122480a206164645f6d6f72655f6578636c616d6174696f6e5f6d61726b735f636f64652d1224080112206164645f6d6f72655f6578636c616d6174696f6e5f6d61726b735f636f64652d2a0b088092b8c398feffffff0132146164645f6d6f72655f6578636c616d6174696f6e38014a09657874656e73696f6e",
},
{
"HasVote", &cmtcons.Message{Sum: &cmtcons.Message_HasVote{
Expand Down

0 comments on commit b24e14c

Please sign in to comment.