File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3434 "haberFixTime": 0,
3535 "bohrTime": 0,
3636 "pascalTime": 0,
37+ "pragueTime": 0,
3738 "parlia": {
3839 "period": 3,
3940 "epoch": {{BLOCKS_PER_EPOCH}}
Original file line number Diff line number Diff line change @@ -51,8 +51,9 @@ func (ts *ProverNetworkTestSuite) TestQueryLatestFinalizedHeader() {
5151 ts .Require ().NoError (header .ValidateBasic ())
5252 ts .Require ().Len (header .(* module.Header ).Headers , 3 )
5353 h := header .(* module.Header )
54- _ , err = h .Target ()
54+ t , err : = h .Target ()
5555 ts .Require ().NoError (err )
56+ ts .Require ().NotNil (t .RequestsHash ) // Check Pargue Enabled
5657 ts .Require ().True (len (h .PreviousValidators ) >= 1 )
5758 ts .Require ().True (len (h .CurrentValidators ) >= 1 )
5859 ts .Require ().True (len (h .AccountProof ) >= 1 )
You can’t perform that action at this time.
0 commit comments