Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
tholonious committed Jun 21, 2023
1 parent fb9d320 commit 64c4183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pos_network_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func TestValidatorTimeoutEncodeDecode(t *testing.T) {
// Encode the message and verify the length is correct.
encodedMsgBytes, err := originalMsg.ToBytes(false)
require.NoError(t, err)
require.Equal(t, 268, len(encodedMsgBytes))
require.Equal(t, 269, len(encodedMsgBytes))

// Decode the message.
decodedMsg := &MsgDeSoValidatorTimeout{}
Expand Down

0 comments on commit 64c4183

Please sign in to comment.