Skip to content

Commit

Permalink
Fix error messages in negative api tests. (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
irina-pereiaslavskaia authored Nov 10, 2023
1 parent bed471e commit c2fd4c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions itests/testdata/transfer_tx_testdata.go
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ func GetTransferChainIDChangedNegativeData(suite *f.BaseSuite, assetId crypto.Di
ErrGoMsg: errMsg,
ErrScalaMsg: errMsg,
ErrBrdCstGoMsg: errBrdCstMsg,
ErrBrdCstScalaMsg: "invalid address",
ErrBrdCstScalaMsg: "Address or alias from other network",
}),
"Custom chainID": NewTransferTestData(
utl.GetAccount(suite, utl.DefaultSenderNotMiner),
Expand All @@ -497,7 +497,7 @@ func GetTransferChainIDChangedNegativeData(suite *f.BaseSuite, assetId crypto.Di
ErrGoMsg: errMsg,
ErrScalaMsg: errMsg,
ErrBrdCstGoMsg: errBrdCstMsg,
ErrBrdCstScalaMsg: "invalid address",
ErrBrdCstScalaMsg: "Address or alias from other network",
}),
}
return t
Expand Down

0 comments on commit c2fd4c2

Please sign in to comment.