fix: improve error message in network test setup (#25105)
This commit is contained in:
parent
969df24251
commit
41ba54bede
@ -25,7 +25,7 @@ func (s *IntegrationTestSuite) SetupSuite() {
|
||||
s.Require().NoError(err)
|
||||
|
||||
h, err := s.network.WaitForHeight(1)
|
||||
s.Require().NoError(err, "stalled at height %d", h)
|
||||
s.Require().NoError(err, "failed to reach height 1; got %d", h)
|
||||
}
|
||||
|
||||
func (s *IntegrationTestSuite) TearDownSuite() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user