Skip to content

Commit

Permalink
fix: fix the e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Jun 20, 2024
1 parent 0cf1b74 commit 0c66700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/setup/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func (s *E2ETestSuite) SendIBC(srcChainID, dstChainID, recipient string, token s
if i < 4 {
continue
}
if !strings.Contains(outBuf.String(), "bad packet in rate limit's SendPacket") {
if !strings.Contains(outBuf.String(), "must not exceed") {
s.Require().Failf("failed to find transaction hash in output outBuf: %s errBuf: %s",
outBuf.String(), errBuf.String())
}
Expand Down

0 comments on commit 0c66700

Please sign in to comment.