Browse Source
Update internal/consensus/state_test.go
Co-authored-by: Thane Thomson <connect@thanethomson.com>
pull/7983/head
William Banfield
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
internal/consensus/state_test.go
|
|
@ -2014,7 +2014,6 @@ func TestFinalizeBlockCalled(t *testing.T) { |
|
|
|
nextRound := round + 1 |
|
|
|
nextHeight := height |
|
|
|
if !testCase.voteNil { |
|
|
|
polRound = 0 |
|
|
|
nextRound = 0 |
|
|
|
nextHeight = height + 1 |
|
|
|
blockID = types.BlockID{ |
|
|
|