mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-12 18:21:31 +00:00
final case to voteset test
This commit is contained in:
@@ -525,6 +525,12 @@ func TestVoteSet_VoteExtensionsEnabled(t *testing.T) {
|
||||
addExtension: false,
|
||||
exepectError: false,
|
||||
},
|
||||
{
|
||||
name: "extension and expected",
|
||||
requireExtensions: true,
|
||||
addExtension: true,
|
||||
exepectError: false,
|
||||
},
|
||||
} {
|
||||
t.Run(tc.name, func(t *testing.T) {
|
||||
ctx, cancel := context.WithCancel(context.Background())
|
||||
|
||||
Reference in New Issue
Block a user