Skip to content

Commit

Permalink
lint???
Browse files Browse the repository at this point in the history
  • Loading branch information
davidterpay committed Apr 11, 2024
1 parent f5104c8 commit a4149d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions abci/ve/vote_extension_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -847,8 +847,7 @@ func (s *VoteExtensionTestSuite) TestVerifyVoteExtensionStatus() {
cdc.On("Decode", mock.Anything).Return(abcitypes.OracleVoteExtension{}, nil)

_, err := handler.VerifyVoteExtensionHandler()(s.ctx, &cometabci.RequestVerifyVoteExtension{
VoteExtension: []byte{1, 2, 3
},
VoteExtension: []byte{1, 2, 3},
})
s.Require().NoError(err)
})
Expand Down

0 comments on commit a4149d0

Please sign in to comment.