mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-09 22:47:24 +00:00
lite2: fix TestVerifyAdjacentHeaders (#4884)
This commit is contained in:
committed by
Tess Rinearson
parent
4ddf549e36
commit
9550e8a54d
@@ -57,8 +57,8 @@ func TestVerifyAdjacentHeaders(t *testing.T) {
|
||||
3 * time.Hour,
|
||||
bTime.Add(2 * time.Hour),
|
||||
nil,
|
||||
"untrustedHeader.ValidateBasic failed: signedHeader belongs to another chain 'different-chainID' not" +
|
||||
" 'TestVerifyAdjacentHeaders'",
|
||||
"untrustedHeader.ValidateBasic failed: header belongs to another chain \"different-chainID\", not" +
|
||||
" \"TestVerifyAdjacentHeaders\"",
|
||||
},
|
||||
// new header's time is before old header's time -> error
|
||||
2: {
|
||||
|
||||
Reference in New Issue
Block a user