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
parent
commit
a5e27fed6f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      internal/consensus/state_test.go

+ 0
- 1
internal/consensus/state_test.go View File

@ -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{


Loading…
Cancel
Save