Skip to content

Commit

Permalink
chore: correct error
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-forbes committed Oct 16, 2024
1 parent 8c019af commit e13b96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/major_upgrade_v3.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func MajorUpgradeToV3(logger *log.Logger) error {

if h == startHeight {
if resp.Header.Version.App != v2.Version {
return fmt.Errorf("start height %v was app version 2, this is a flake and the start height needs to be reduced", startHeight)
return fmt.Errorf("expected start height %v was app version 2", startHeight)
}
prevBlockTime = blockTime
continue
Expand Down

0 comments on commit e13b96c

Please sign in to comment.