Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
BeniaminDrasovean committed Jun 24, 2020
1 parent 5756ef6 commit e458d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrationTests/testProcessorNode.go
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ func (tpn *TestProcessorNode) initBlockProcessor(stateCheckpointModulus uint) {
return nil
},
GetHighestFinalBlockNonceCalled: func() uint64 {
return 0
return 100
},
ProbableHighestNonceCalled: func() uint64 {
return 0
Expand Down

0 comments on commit e458d4b

Please sign in to comment.