Skip to content

Commit

Permalink
Fix simulated test
Browse files Browse the repository at this point in the history
  • Loading branch information
shotes committed Mar 10, 2025
1 parent 084e961 commit 9a34a95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/simulated/chaos_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ func (s *SimulatedSuite) TestProcessProposal_CrashedExecutionClient_Errors() {
ProposerAddress: pubkey.Address(),
Time: proposalTime,
})
s.Require().NoError(err)
s.Require().Equal(types.PROCESS_PROPOSAL_STATUS_REJECT, processResp.Status)
s.Require().Error(err)
s.Require().Equal(types.PROCESS_PROPOSAL_STATUS_UNKNOWN, processResp.Status)
s.Require().Contains(s.LogBuffer.String(), client.ErrBadConnection.Error())
}

Expand Down

0 comments on commit 9a34a95

Please sign in to comment.