Skip to content

Commit

Permalink
fix: attempted fix for assert relayed
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Mar 13, 2024
1 parent d88dd4a commit 3e943fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/testsuite/testsuite.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ func (s *E2ETestSuite) AssertPacketRelayed(ctx context.Context, chain ibc.Chain,
ChannelId: channelID,
Sequence: sequence,
})
s.Require().NoError(err)
s.Require().ErrorContains(err, "packet commitment hash not found")

commitment := commitmentResp.Commitment
s.Require().Empty(commitment)
Expand Down

0 comments on commit 3e943fc

Please sign in to comment.