fix: linter error

Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
Lorenz Herzberger 2024-02-29 14:30:27 +01:00
parent f15474ff29
commit 09593e376f
No known key found for this signature in database
GPG Key ID: FA5EE906EB55316A

View File

@ -288,8 +288,6 @@ func (s *PopSelectionE2ETestSuite) TestTokenRedeemClaim() {
out, err = lib.BroadcastTxWithFileLock(addr, confirmMsg) out, err = lib.BroadcastTxWithFileLock(addr, confirmMsg)
s.Require().NoError(err) s.Require().NoError(err)
txResponse, err = lib.GetTxResponseFromOut(out)
s.Require().NoError(err)
s.Require().NoError(s.network.WaitForNextBlock()) s.Require().NoError(s.network.WaitForNextBlock())
_, err = clitestutil.GetRawLogFromTxOut(val, out) _, err = clitestutil.GetRawLogFromTxOut(val, out)
s.Require().ErrorContains(err, "failed to execute message; message index: 0: expected: plmnt19cl05ztgt8ey6v86hjjjn3thfmpu6q2xtveehc; got: plmnt1kp93kns6hs2066d8qw0uz84fw3vlthewt2ck6p: invalid claim address") s.Require().ErrorContains(err, "failed to execute message; message index: 0: expected: plmnt19cl05ztgt8ey6v86hjjjn3thfmpu6q2xtveehc; got: plmnt1kp93kns6hs2066d8qw0uz84fw3vlthewt2ck6p: invalid claim address")