Skip to content

Commit

Permalink
switch check to events
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic committed Feb 14, 2024
1 parent 3c6a449 commit 704e56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/group/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -2479,7 +2479,7 @@ func (s *E2ETestSuite) TestExecProposalsWhenMemberLeavesOrIsUpdated() {
s.Require().NoError(err)

if tc.expectLogErr {
s.Require().Contains(execResp.RawLog, tc.errMsg)
s.Require().Contains(execResp.Events, tc.errMsg)
}
})
}
Expand Down

0 comments on commit 704e56f

Please sign in to comment.